Files
pc-10588/app/pages/policy/events.vue

11 lines
398 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: '/policy/events' })
</script>