Skip to content

Commit f4f8a5f

Browse files
committed
fix error when add cluster
1 parent 3b9f4fe commit f4f8a5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"vue-i18n": "^7.6.0",
3333
"vue-resource": "^0.9.3",
3434
"vue-router": "^3.0.1",
35-
"vuex": "^1.0.1",
35+
"vuex": "^3.6.2",
3636
"xterm": "^3.8.1"
3737
},
3838
"devDependencies": {

src/components/Clusters.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<script type="text/javascript">
3131
import ClusterDialog from './common/ClusterDialog'
32-
import { mapActions, mapGetters } from 'vuex/dist/vuex.esm-bundler.js'
32+
import { mapActions, mapGetters } from 'vuex'
3333
import { promptOnDelete } from '../utils/prompt'
3434
import { pop } from '../utils/alert'
3535
export default {

0 commit comments

Comments
 (0)