2023年12月12日 修复错误的代码

This commit is contained in:
bai 2023-12-12 10:39:26 +08:00
parent 001f1ac4d5
commit 5525779282
1 changed files with 2 additions and 3 deletions

View File

@ -18,13 +18,12 @@
<script lang="ts" name="config-kcExportConfigTpkwcqkjzglx" setup>
import { ref, reactive, computed, watch, nextTick } from 'vue';
import type { Ref } from 'vue';
import KcExportConfigTpkwcqkjzglxList from './KcExportConfigTpkwcqkjzglxList.vue';
import KcExportConfigTpkwcqkjzglxListNew from './KcExportConfigTpkwcqkjzglxListNew.vue';
const twoShowType:Ref<boolean> = ref(true);
</script>