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