diff --git a/template/.eslintrc.js b/template/.eslintrc.js index 68c4f7e..1fdb1cb 100644 --- a/template/.eslintrc.js +++ b/template/.eslintrc.js @@ -28,7 +28,8 @@ module.exports = { }, env: { - browser: true + browser: true, + 'vue/setup-compiler-macros': true, }, // Rules order is important, please avoid shuffling them