fix: doc alert

This commit is contained in:
xingyu4j
2025-05-14 16:39:27 +08:00
parent 5c8c3bf2c7
commit d3c3d08653

View File

@@ -25,9 +25,6 @@ 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>
<NText @click="goToUrl"> {{ title }}文档地址{{ url }} </NText>
</NAlert>
</template>