Commit 50bcaae7 by chuzhixin

🚀 feat: Update Vue-ECharts 6.0.0

parent 9c1013b0
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"echarts-wordcloud": "^2.0.0", "echarts-wordcloud": "^2.0.0",
"element-ui": "^2.15.0", "element-ui": "^2.15.0",
"jsencrypt": "^3.0.1", "jsencrypt": "^3.0.1",
"lodash": "^4.17.20", "lodash": "^4.17.21",
"maptalks": "^0.49.1", "maptalks": "^0.49.1",
"mapv": "^2.0.62", "mapv": "^2.0.62",
"mockjs": "^1.1.0", "mockjs": "^1.1.0",
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
"screenfull": "^5.1.0", "screenfull": "^5.1.0",
"vab-icon": "^0.0.1", "vab-icon": "^0.0.1",
"vue": "^2.6.12", "vue": "^2.6.12",
"vue-echarts": "^5.0.0-beta.0", "vue-echarts": "^6.0.0-alpha.3",
"vue-router": "^3.5.1", "vue-router": "^3.5.1",
"vuex": "^3.6.2", "vuex": "^3.6.2",
"zx-count": "^0.3.7", "zx-count": "^0.3.7",
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
"@vue/cli-plugin-babel": "^4.5.11", "@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11", "@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-service": "^4.5.11", "@vue/cli-service": "^4.5.11",
"@vue/composition-api": "^1.0.0-rc.2",
"@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
...@@ -87,7 +88,7 @@ ...@@ -87,7 +88,7 @@
"prettier": "^2.2.1", "prettier": "^2.2.1",
"sass": "^1.32.8", "sass": "^1.32.8",
"sass-loader": "^10.1.1", "sass-loader": "^10.1.1",
"stylelint": "^13.10.0", "stylelint": "^13.11.0",
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",
"stylelint-config-recess-order": "^2.3.0", "stylelint-config-recess-order": "^2.3.0",
"svg-sprite-loader": "^5.2.1", "svg-sprite-loader": "^5.2.1",
......
...@@ -11,7 +11,7 @@ const setting = { ...@@ -11,7 +11,7 @@ const setting = {
// 开发环境每次保存时是否输出为eslint编译警告 // 开发环境每次保存时是否输出为eslint编译警告
lintOnSave: true, lintOnSave: true,
// 进行编译的依赖 // 进行编译的依赖
transpileDependencies: ['vue-echarts', 'resize-detector'], transpileDependencies: [],
// 默认的接口地址 如果是开发环境和生产环境走vab-mock-server,当然你也可以选择自己配置成需要的接口地址 // 默认的接口地址 如果是开发环境和生产环境走vab-mock-server,当然你也可以选择自己配置成需要的接口地址
baseURL: baseURL:
process.env.NODE_ENV === 'development' process.env.NODE_ENV === 'development'
......
import { JSEncrypt } from 'jsencrypt' import { JSEncrypt } from 'jsencrypt/bin/jsencrypt.min'
import { getPublicKey } from '@/api/publicKey' import { getPublicKey } from '@/api/publicKey'
const privateKey = const privateKey =
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<vab-chart <vab-chart
:autoresize="true" :autoresize="true"
theme="vab-echarts-theme" theme="vab-echarts-theme"
:options="fwl" :option="fwl"
/> />
<div class="bottom"> <div class="bottom">
<span> <span>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<vab-chart <vab-chart
:autoresize="true" :autoresize="true"
theme="vab-echarts-theme" theme="vab-echarts-theme"
:options="sqs" :option="sqs"
/> />
<div class="bottom"> <div class="bottom">
<span> <span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment