1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-12-17 07:54:15 +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

@@ -20,6 +20,7 @@ import { ergodic, findAObject } from '../utils/common';
export default {
props: ['vueDialogVisible'],
emits: ['codeParseSucess', 'update:vueDialogVisible'],
components: {
CodeEditor
},