Files
template-nuxt4/app/pages/about/charter.vue
2026-04-29 01:33:33 +08:00

9 lines
209 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<AboutIndexVue />
</template>
<script lang="ts" setup>
// 学会章程 - 复用关于我们页面通过路由path自动切换到对应section
import AboutIndexVue from './index.vue'
</script>