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