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

@ -1,3 +1,7 @@
## 6.0.0-beta.4
* Suppress native events and only handles chart events.
## 6.0.0-beta.3
* Update `vue-demi` version to fix type error.

View File

@ -1,7 +1,7 @@
{
"name": "vue-echarts",
"description": "Vue.js component for Apache ECharts.",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"repository": "https://github.com/ecomfe/vue-echarts.git",
"license": "MIT",
"author": "GU Yiling <justice360@gmail.com>",

View File

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