|
|
@@ -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>
|