vue2-client 1.15.12 → 1.15.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.15.12",
3
+ "version": "1.15.14",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -60,7 +60,7 @@
60
60
  "viser-vue": "^2.4.8",
61
61
  "vue": "^2.7.14",
62
62
  "vue-codemirror": "4.0.6",
63
- "vue-draggable-resizable": "^2",
63
+ "vue-draggable-resizable": "^2.3.0",
64
64
  "vue-i18n": "^8.28.2",
65
65
  "vue-json-viewer": "^2.2.22",
66
66
  "vue-router": "^3.6.5",
package/src/ReportView.js CHANGED
@@ -5,12 +5,6 @@ import { bootstrap, i18n, message, modules } from '../index'
5
5
 
6
6
  Vue.use(Vuex)
7
7
 
8
- // 创建router store
9
- const store = new Vuex.Store({ modules })
10
-
11
- // 绑定原型,用于amis
12
- Vue.$store = store
13
-
14
8
  bootstrap({ i18n, message }).then(() => {
15
9
  new Vue({
16
10
  i18n,