1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-12-15 23:14:18 +08:00

解决了库所依赖的图片资源问题

This commit is contained in:
Shangbin
2021-04-17 23:39:05 +08:00
parent 29b1b5acb8
commit 58f104799c
6 changed files with 12 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ export default {
return {
previewMode: false,
editMode: true,
iconTreeStructure: require("@/assets/icon/tree-structure.png"),
iconTreeStructure: ("https://static.imonkey.xueersi.com/download/vcc-resource/icon/tree-structure.png"),
};
},
watch: {},