review:【naive 全局】实现
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user