style: 🚨 linter go brrr
This commit is contained in:
parent
03ef3d9f7f
commit
1ab50dca96
2 changed files with 6 additions and 2 deletions
|
@ -38,7 +38,7 @@ export default {
|
||||||
this.isWarn = true;
|
this.isWarn = true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,11 @@
|
||||||
</nsfw-warning>
|
</nsfw-warning>
|
||||||
|
|
||||||
<prose>
|
<prose>
|
||||||
<nsfw-switch id="nsfw-switch" v-model="$root.nsfw" @change="$root.showWarning()" />
|
<nsfw-switch
|
||||||
|
id="nsfw-switch"
|
||||||
|
v-model="$root.nsfw"
|
||||||
|
@change="$root.showWarning()"
|
||||||
|
/>
|
||||||
|
|
||||||
<h2>Anatomy</h2>
|
<h2>Anatomy</h2>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue