结构微调

This commit is contained in:
fofolee 2022-04-04 10:00:27 +08:00
parent 79e7ffc099
commit 40d7248b79
2 changed files with 3 additions and 3 deletions

View File

@ -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: {