gemercheung 10 месяцев назад
Родитель
Сommit
9952d56957
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/web/src/pages/showdoc/[id].vue

+ 2 - 2
packages/web/src/pages/showdoc/[id].vue

@@ -72,8 +72,8 @@
 
       <n-empty :description="$t('no_article')">
         <template #extra>
-          {{ $t('no_data_article') }}
-          <n-button size="small" type="tertiary" @click="router.push('/')">
+          {{ $t('no_data_article') }},
+          <n-button link size="small" quaternary  type="primary" @click="router.push('/')">
             {{ $t('go_home') }}
           </n-button>
         </template>