fix: missing root nsfw check
This commit is contained in:
parent
829444a37f
commit
72f2c6d748
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@
|
|||
</ref-figure>
|
||||
</ref-gallery>
|
||||
|
||||
<template v-if="nsfw">
|
||||
<template v-if="$root.nsfw">
|
||||
<h3>Penis</h3>
|
||||
<ref-figure>
|
||||
<template #img>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue