review:【naive 全局】实现

This commit is contained in:
YunaiV
2025-05-12 20:01:05 +08:00
parent 47716d6264
commit d5321bc34a
11 changed files with 14 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ const goToUrl = () => {
<template>
<NAlert v-if="isDocAlertEnable()" type="info" show-icon class="mb-2 rounded">
<!-- TODO @xingyu这里不太对展示不出来字 -->
<template #message>
<NText @click="goToUrl"> {{ title }}文档地址{{ url }} </NText>
</template>

View File

@@ -1,4 +1,5 @@
<script lang="ts" setup>
// TODO @xingyu文件上传貌似没通
import type { UploadFile, UploadProps } from 'naive-ui';
import type { UploadRequestOption } from 'naive-ui/lib/vc-upload/interface';