更改jsx运行不报错

This commit is contained in:
NiSen
2023-06-14 19:29:32 +08:00
parent 0fcb106f2d
commit d7404acd6e
47 changed files with 47 additions and 47 deletions

View File

@@ -133,7 +133,7 @@
:downloadUrl="downloadUrl"
/>
</template>
<script setup>
<script setup lang="jsx">
import {computed, defineEmits, ref, watch} from "vue";
import * as api from "@/api/index1";
import BaseTable from "@/components/common/BaseTable";