style: 🚨 linter go brrr

This commit is contained in:
Sebin Nyshkim 2022-01-06 04:45:45 +01:00
parent 03ef3d9f7f
commit 1ab50dca96
2 changed files with 6 additions and 2 deletions

View file

@ -38,7 +38,7 @@ export default {
this.isWarn = true; this.isWarn = true;
} }
}, },
} },
}; };
</script> </script>

View file

@ -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>