From 7e23d580954542ed95559c6002d67d16dde07d3b Mon Sep 17 00:00:00 2001
From: chuzhixin <1204505056@qq.com>
Date: Wed, 22 Jun 2022 12:39:39 +0800
Subject: [PATCH] 🐛 fix: eslint

---
 .eslintrc.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.eslintrc.js b/.eslintrc.js
index 1c90016..e572cb2 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -15,6 +15,7 @@ module.exports = {
     'vue/no-v-html': 'off',
     'vue/multi-word-component-names': 'off',
     'vue/no-useless-template-attributes': 'off',
+    'vue/no-reserved-component-names': 'off',
   },
   parserOptions: {
     parser: 'babel-eslint',
--
libgit2 0.26.0