结构微调

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