refactor: ♻️ move v-model up one layer

This commit is contained in:
Sebin Nyshkim 2020-12-19 15:48:47 +01:00
parent 724dd3bca2
commit 80be636384
2 changed files with 12 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<div>
If you wish to see NSFW content on this page flip this switch.
</div>
<nsfw-switch />
<nsfw-switch v-model="$parent.nsfw" />
</div>
</div>