From 4bd681d6327a7a2997811f83ec59068c4a9d07c4 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 26 Dec 2021 20:04:13 +0100 Subject: [PATCH] style: :rotating_light: linter go brrrr --- src/App.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index d4224bc..a9afd14 100644 --- a/src/App.vue +++ b/src/App.vue @@ -670,14 +670,14 @@ export default { RefHeader, RefFooter, NsfwSwitch, - NsfwWarning + NsfwWarning, }, data() { return { nsfw: false, isWarn: false, isConfirmedHorny: false, - version: require("../package.json").version + version: require("../package.json").version, }; }, mixins: [Sebin, Helper], @@ -690,8 +690,8 @@ export default { this.nsfw = false; }, 1); } - } - } + }, + }, };