update
This commit is contained in:
parent
69cc789fd6
commit
54b2634d47
@ -14,7 +14,7 @@
|
|||||||
"@tweenjs/tween.js": "^19.0.0",
|
"@tweenjs/tween.js": "^19.0.0",
|
||||||
"axios": "^1.3.2",
|
"axios": "^1.3.2",
|
||||||
"core-js": "^3.8.3",
|
"core-js": "^3.8.3",
|
||||||
"echarts": "^5.4.1",
|
"echarts": "^5.5.0",
|
||||||
"echarts-liquidfill": "^3.1.0",
|
"echarts-liquidfill": "^3.1.0",
|
||||||
"element-plus": "^2.3.0",
|
"element-plus": "^2.3.0",
|
||||||
"pinia": "^2.0.30",
|
"pinia": "^2.0.30",
|
||||||
@ -23,6 +23,7 @@
|
|||||||
"swiper": "^9.0.5",
|
"swiper": "^9.0.5",
|
||||||
"three": "^0.150.1",
|
"three": "^0.150.1",
|
||||||
"vue": "^3.2.13",
|
"vue": "^3.2.13",
|
||||||
|
"vue-echarts": "^6.6.9",
|
||||||
"vue-i18n": "^9.2.2",
|
"vue-i18n": "^9.2.2",
|
||||||
"vue-router": "^4.0.3"
|
"vue-router": "^4.0.3"
|
||||||
},
|
},
|
||||||
@ -32,7 +33,9 @@
|
|||||||
"@vue/cli-plugin-router": "~5.0.0",
|
"@vue/cli-plugin-router": "~5.0.0",
|
||||||
"@vue/cli-plugin-typescript": "~5.0.0",
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
||||||
"@vue/cli-service": "~5.0.0",
|
"@vue/cli-service": "~5.0.0",
|
||||||
|
"node-sass": "^6.0.1",
|
||||||
"patch-package": "^6.5.1",
|
"patch-package": "^6.5.1",
|
||||||
|
"sass-loader": "^10.2.0",
|
||||||
"typescript": "~4.5.5"
|
"typescript": "~4.5.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ const Germanyindex = defineAsyncComponent(() =>
|
|||||||
const Germanychild = defineAsyncComponent(() =>
|
const Germanychild = defineAsyncComponent(() =>
|
||||||
import('@/views/Exhibition/Germany/child.vue')
|
import('@/views/Exhibition/Germany/child.vue')
|
||||||
);
|
);
|
||||||
let i = ref(1)
|
let i = ref(0)
|
||||||
let hash = reactive([0,1,2])
|
let hash = reactive([0,1,2])
|
||||||
let socketMsg = ref({})
|
let socketMsg = ref({})
|
||||||
let timer = null
|
let timer = null
|
||||||
|
Loading…
Reference in New Issue
Block a user