fix: doc alert

pull/105/head^2
xingyu4j 2025-05-14 16:39:27 +08:00
parent 5c8c3bf2c7
commit d3c3d08653
1 changed files with 1 additions and 4 deletions

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>