Files
pc-10588/app/pages/reference/docs.vue

11 lines
402 B
Vue

<template>
<SectionStub title="政策文件" description="集中展示重要政策文件、规划纲要与权威发布渠道。" />
</template>
<script setup lang="ts">
import SectionStub from '@/components/SectionStub.vue'
import { usePageSeo } from '@/composables/usePageSeo'
usePageSeo({ title: '政策文件', description: '决策参考 - 政策文件。', path: '/reference/docs' })
</script>