1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-12-16 07:24:15 +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,8 +36,8 @@ export default {
return {
// 在此自动生成
iconCopy: require("@/assets/icon/copy-outline.svg"),
iconDownload: require("@/assets/icon/code-download-outline.svg"),
iconCopy: ("https://static.imonkey.xueersi.com/download/vcc-resource/icon/copy-outline.svg"),
iconDownload: ("https://static.imonkey.xueersi.com/download/vcc-resource/icon/code-download-outline.svg"),
};
},
beforeCreate() { },