Skip to content

Commit 952a9cd

Browse files
authored
Merge pull request #33 from mpvue/feat-add-global
feat: 添加 globals
2 parents 0fc536a + aa354da commit 952a9cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ module.exports = {
5959
Page: true,
6060
wx: true,
6161
getApp: true,
62-
getPage: true
62+
getPage: true,
63+
requirePlugin: true
6364
}
6465
}

0 commit comments

Comments
 (0)