chore: add globals for eslint withing codesandbox code sample

This commit is contained in:
Justineo
2021-03-03 00:27:02 +08:00
parent 731af39c60
commit eea1597ffb
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"globals": {
"Vue": true,
"VueECharts": true
}
}