mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
结构微调
This commit is contained in:
parent
79e7ffc099
commit
40d7248b79
@ -1,14 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
<CodeRunner :action="action"></CodeRunner>
|
||||
<CommandEditor :action="action"></CommandEditor>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import CodeRunner from "components/CodeRunner";
|
||||
import CommandEditor from "components/CommandEditor";
|
||||
|
||||
export default {
|
||||
components: { CodeRunner },
|
||||
components: { CommandEditor },
|
||||
data() {
|
||||
return {
|
||||
action: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user