mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-23 02:33:33 +08:00
重构CommandEditor组件
This commit is contained in:
@@ -26,7 +26,7 @@ import TimeInput from "components/composer/common/TimeInput.vue";
|
||||
import FunctionInput from "components/composer/common/FunctionInput.vue";
|
||||
import { QInput, QSelect, QToggle, QCheckbox } from "quasar";
|
||||
const CodeEditor = defineAsyncComponent(() =>
|
||||
import("components/composer/common/CodeEditor.vue")
|
||||
import("components/editor/CodeEditor.vue")
|
||||
);
|
||||
|
||||
export default defineComponent({
|
||||
|
||||
Reference in New Issue
Block a user