mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-30 10:48:40 +08:00
fix: 修改 footer 位置的 doc 链接地址
This commit is contained in:
parent
1d6ab1ae5b
commit
56bf44e4b0
@ -3,15 +3,17 @@
|
||||
<slot>
|
||||
<n-text depth="2">
|
||||
<n-a>{{ $t('global.doc_addr') }}: </n-a>
|
||||
<n-a italic href="http://www.mtruning.club/">
|
||||
http://www.mtruning.club/
|
||||
<n-a italic :href="docPath">
|
||||
{{docPath}}
|
||||
</n-a>
|
||||
</n-text>
|
||||
</slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
<script setup lang="ts">
|
||||
import { docPath } from '@/settings/pathConst'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@include go(footer) {
|
||||
|
Loading…
Reference in New Issue
Block a user