fix: doc alert
This commit is contained in:
@@ -25,9 +25,6 @@ const goToUrl = () => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NAlert v-if="isDocAlertEnable()" type="info" show-icon class="mb-2 rounded">
|
<NAlert v-if="isDocAlertEnable()" type="info" show-icon class="mb-2 rounded">
|
||||||
<!-- TODO @xingyu:这里不太对,展示不出来字 -->
|
|
||||||
<template #message>
|
|
||||||
<NText @click="goToUrl"> 【{{ title }}】文档地址:{{ url }} </NText>
|
<NText @click="goToUrl"> 【{{ title }}】文档地址:{{ url }} </NText>
|
||||||
</template>
|
|
||||||
</NAlert>
|
</NAlert>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user