eslint 检测vue3报只能有一个根dom的错误解决办法

洛阳之晨,譬如临安初雨 / 2023-07-31 / 原文

.eslintrc.js的rules里面加入

'vue/no-multiple-template-root': 'off',

问题解决