JinZHouXiYiJi_DaPin2/resource/Text/SubText/index.ts

8 lines
167 B
TypeScript
Raw Permalink Normal View History

2023-12-05 13:23:01 +08:00
import SubTextComponent, { componentName } from './config'
export default {
componentName,
component: () => import('./SubText.vue'),
config: SubTextComponent
}