diff --git a/src/App.vue b/src/App.vue index bb68cf5..7e9ed9d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,6 +36,10 @@ export default { showWarning() { if (!this.isConfirmedHorny) { this.isWarn = true; + + setTimeout(() => { + this.nsfw = false; + }, 1); } }, },