JinZHouXiYiJi_DaPin2/resource/Basic/Image/index.ts

8 lines
161 B
TypeScript
Raw Permalink Normal View History

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