fix: doc alert
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user