更改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

@@ -120,7 +120,7 @@
<CheckAnsware v-model:CAvisible="CAvisible" :datasource="datasource1"/>
</template>
<script>
<script lang="jsx">
import { toRefs, reactive } from "vue";
import { message } from "ant-design-vue";
import EScore from "../ExportScore.vue";