|
@@ -31,9 +31,12 @@ declare module 'vue' {
|
|
|
Info: typeof import('./src/components/Enterprise/info.vue')['default']
|
|
|
Introduction: typeof import('./src/components/Enterprise/components/introduction.vue')['default']
|
|
|
Item: typeof import('./src/components/Position/item.vue')['default']
|
|
|
+ ItemGroup: typeof import('./src/components/FormUI/itemGroup/index.vue')['default']
|
|
|
JobTypeCard: typeof import('./src/components/jobTypeCard/index.vue')['default']
|
|
|
+ ListGroup: typeof import('./src/components/FormUI/nestedListGroup/components/listGroup.vue')['default']
|
|
|
LongCompany: typeof import('./src/components/Position/longCompany.vue')['default']
|
|
|
LongStrip: typeof import('./src/components/Position/longStrip.vue')['default']
|
|
|
+ NestedListGroup: typeof import('./src/components/FormUI/nestedListGroup/index.vue')['default']
|
|
|
Positions: typeof import('./src/components/Enterprise/components/positions.vue')['default']
|
|
|
PreviewImg: typeof import('./src/components/PreviewImg/index.vue')['default']
|
|
|
RadioGroup: typeof import('./src/components/FormUI/radioGroup/index.vue')['default']
|