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

update: 移除所有不支持的el-icon图标

This commit is contained in:
shangbin
2022-01-28 17:39:54 +08:00
parent 5d6d7dbf5a
commit 13672363f0
23 changed files with 305 additions and 292 deletions

View File

@@ -1,5 +1,5 @@
<template>
<vcc :initCodeEntity="codeInfoEntity" @updateCodeEntity="onCodeUpdate"></vcc>
<vcc :initCodeEntity="codeInfoEntity" @updateCodeEntity="onCodeUpdate" @onLoadFinish="onLoadFinish"></vcc>
</template>
<script>
@@ -39,6 +39,9 @@ export default {
// 编辑后新的代码结构
// codeRawVueInfo为template对象表示结构
// JSCode为显式输入的JS逻辑
},
onLoadFinish(){
}
}
}