|
@@ -3,15 +3,17 @@
|
|
|
<slot>
|
|
<slot>
|
|
|
<n-text depth="2">
|
|
<n-text depth="2">
|
|
|
<n-a>{{ $t('global.doc_addr') }}: </n-a>
|
|
<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-a>
|
|
|
</n-text>
|
|
</n-text>
|
|
|
</slot>
|
|
</slot>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
-<script setup lang="ts"></script>
|
|
|
|
|
|
|
+<script setup lang="ts">
|
|
|
|
|
+import { docPath } from '@/settings/pathConst'
|
|
|
|
|
+</script>
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
@include go(footer) {
|
|
@include go(footer) {
|