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

update: 消除当下运行时警告

This commit is contained in:
shangbin
2021-12-06 14:13:00 +08:00
parent d6f575c503
commit 1f52b5da21
6 changed files with 94 additions and 100 deletions

View File

@@ -18,6 +18,7 @@ import dedent from 'dedent'
export default {
props: ['codeDialogVisible'],
emits: ['saveJSCode'],
components: {
// CodeEditor
},