1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2026-01-11 15:22:28 +08:00

feat: 支持单文件二次编辑

This commit is contained in:
shangbin
2021-11-16 19:58:28 +08:00
parent 4cde9098bc
commit 2f4b143550
8 changed files with 139 additions and 19 deletions

View File

@@ -24,7 +24,8 @@
<div class="copy">
<div style="display:inline-block; width:260px;">
<el-alert title="遇到问题请查阅页面左下角的帮助" type="info"></el-alert>
<el-alert title="遇到问题?点击我查看帮助文档" @click="help" type="info">
</el-alert>
</div>
<el-tooltip effect="dark" content="编辑JS逻辑" placement="top-start">
@@ -230,6 +231,10 @@ export default {
saveJSCode(code) {
this.mainPanelProvider.saveJSCode(code);
},
help() {
window.open('/doc')
}
},
fillter: {},