refactor: ♻️ move v-model up one layer
This commit is contained in:
parent
724dd3bca2
commit
80be636384
2 changed files with 12 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue