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:
@@ -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(){
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user