fix: tsx type error

This commit is contained in:
chansee97 2024-05-31 09:26:07 +08:00
parent 712bd53bf9
commit 5945e63324

View File

@ -1,4 +1,4 @@
<script setup lang="ts">
<script setup lang="tsx">
import type { DataTableColumns, FormInst } from 'naive-ui'
import { NButton, NPopconfirm, NSpace, NSwitch, NTag } from 'naive-ui'
import TableModal from './components/TableModal.vue'