From 91bd0547e034ff9b1a2273bbf57dc8e2d25b288a Mon Sep 17 00:00:00 2001 From: Johnson Date: Sun, 30 Aug 2020 18:06:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(global):=20vue=E8=A7=84=E5=88=99=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.js b/vue.js index 3d400cf..2e90c39 100644 --- a/vue.js +++ b/vue.js @@ -231,7 +231,7 @@ module.exports = { /** * html标签必须有闭合标签 */ - "#vue/html-end-tags": "error", + "vue/html-end-tags": "error", /** * 标签属性必须按规则排序 */