fix: doc alert
parent
5c8c3bf2c7
commit
d3c3d08653
|
|
@ -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:这里不太对,展示不出来字 -->
|
<NText @click="goToUrl"> 【{{ title }}】文档地址:{{ url }} </NText>
|
||||||
<template #message>
|
|
||||||
<NText @click="goToUrl"> 【{{ title }}】文档地址:{{ url }} </NText>
|
|
||||||
</template>
|
|
||||||
</NAlert>
|
</NAlert>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue