chore: 改为ts

This commit is contained in:
dap 2024-12-23 08:41:17 +08:00
parent cf24596e4d
commit c7a7f94cc5

View File

@ -1,4 +1,4 @@
<script setup lang="tsx">
<script setup lang="ts">
import type { User } from '#/api/core/user';
import type { FlowInfoResponse } from '#/api/workflow/instance/model';
import type { TaskInfo } from '#/api/workflow/task/model';