Skip to content

Commit 35eeb67

Browse files
committed
update core
1 parent 29cc9d9 commit 35eeb67

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ayin-lessmixins": "^1.0.7",
1515
"echarts": "^5.4.2",
1616
"element-plus": "^2.3.3",
17-
"techui-vue3-lite": "^3.0.6",
17+
"techui-vue3-lite": "^3.0.7",
1818
"vue": "^3.2.47",
1919
"vue-router": "^4.1.6",
2020
"vuex": "^4.1.0"

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ onMounted(()=>{
1212
})
1313
</script>
1414
<template>
15-
<div id="root" :class="`root-BG lang-${store.state.lang}`" >
15+
<div id="root-techui" :class="`root-BG lang-${store.state.lang}`" >
1616
<router-view></router-view>
1717
</div>
1818
</template>

0 commit comments

Comments
 (0)