perf: 统一setup写法

This commit is contained in:
xingyu4j
2022-11-16 09:30:57 +08:00
parent b84047b34b
commit e776e6a4b1
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<script lang="ts" setup>
<script setup lang="ts">
import { onMounted, ref } from 'vue'
import dayjs from 'dayjs'
import * as JobLogApi from '@/api/infra/jobLog'