修正quickcomposer对称加密和非对称加密的声明文件

This commit is contained in:
fofolee
2025-02-15 13:31:26 +08:00
parent 02f4b2f132
commit d239953125
2 changed files with 62 additions and 27 deletions

View File

@@ -54,7 +54,7 @@
<script>
import { defineAsyncComponent, ref, computed } from "vue";
import CommandConfig from "./editor/CommandConfig.vue";
import CommandConfig from "components/editor/CommandConfig.vue";
import CommandLanguageBar from "components/editor/CommandLanguageBar";
import EditorTools from "components/editor/EditorTools";
import CommandRunResult from "components/CommandRunResult";
@@ -81,7 +81,6 @@ const CodeEditor = defineAsyncComponent({
timeout: 3000,
});
// TODO: 对称加密声明
export default {
components: {
CodeEditor,