版本兼容修复

This commit is contained in:
cuiyouliang 2025-06-10 15:37:11 +08:00
parent bef4c36d90
commit 5991d13f04
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@
"url": "https://gitee.com/JavaLionLi/plus-ui.git" "url": "https://gitee.com/JavaLionLi/plus-ui.git"
}, },
"dependencies": { "dependencies": {
"@riophae/vue-treeselect": "0.4.0",
"@element-plus/icons-vue": "2.3.1", "@element-plus/icons-vue": "2.3.1",
"@highlightjs/vue-plugin": "2.1.0", "@highlightjs/vue-plugin": "2.1.0",
"@tencentcloud/chat": "^3.5.5", "@tencentcloud/chat": "^3.5.5",

View File

@ -11,7 +11,7 @@
</template> </template>
<script> <script>
import '@riophae/vue-treeselect/dist/vue-treeselect.css'; // import '@riophae/vue-treeselect/dist/vue-treeselect.css';
import { useMallStore } from '@/store/modules/mall'; import { useMallStore } from '@/store/modules/mall';
export default { export default {