JinZHouXiYiJi_DaPin2/resource/kuwei2/index.ts

8 lines
165 B
TypeScript
Raw Permalink Normal View History

2023-12-12 11:14:44 +08:00
import SubTextComponent, { componentName } from './config'
export default {
componentName,
component: () => import('./KuWei.vue'),
config: SubTextComponent
}