From dafcdd898caae57104f1155b0ec660ea333e7b19 Mon Sep 17 00:00:00 2001
From: Vben <anncwb@126.com>
Date: 星期三, 07 七月 2021 23:40:29 +0800
Subject: [PATCH] fix: ensure that safari is running properly, fix #875

---
 .eslintrc.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index d4c9c6c..f2dbfa1 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -61,6 +61,7 @@
     'vue/singleline-html-element-content-newline': 'off',
     'vue/attribute-hyphenation': 'off',
     'vue/require-default-prop': 'off',
+    'vue/script-setup-uses-vars': 'off',
     'vue/html-self-closing': [
       'error',
       {

--
Gitblit v1.8.0