perf: add view name

This commit is contained in:
xingyu
2022-11-23 22:26:25 +08:00
parent 9d05b97451
commit 824c54088b
54 changed files with 54 additions and 84 deletions

View File

@@ -47,8 +47,7 @@
</template>
</XModal>
</template>
<script setup lang="ts">
<script setup lang="ts" name="JobLog">
import { ref } from 'vue'
import dayjs from 'dayjs'
import { useI18n } from '@/hooks/web/useI18n'

View File

@@ -113,8 +113,7 @@
</template>
</XModal>
</template>
<script setup lang="ts">
<script setup lang="ts" name="Job">
import { ref, unref } from 'vue'
import { useRouter } from 'vue-router'
import { useI18n } from '@/hooks/web/useI18n'