|
@@ -49,6 +49,7 @@ declare module 'vue' {
|
|
|
InitPay: typeof import('./src/components/personalRecharge/initPay.vue')['default']
|
|
|
Item: typeof import('./src/components/Position/item.vue')['default']
|
|
|
JobTypeCard: typeof import('./src/components/jobTypeCard/index.vue')['default']
|
|
|
+ Knowledge: typeof import('./src/components/Knowledge/index.vue')['default']
|
|
|
ListGroup: typeof import('./src/components/FormUI/nestedListGroup/components/listGroup.vue')['default']
|
|
|
Loading: typeof import('./src/components/Loading/index.vue')['default']
|
|
|
LongCompany: typeof import('./src/components/Position/longCompany.vue')['default']
|
|
@@ -67,6 +68,7 @@ declare module 'vue' {
|
|
|
SimilarPositions: typeof import('./src/components/Position/similarPositions.vue')['default']
|
|
|
SuNumberBox: typeof import('./src/components/FormUI/su-number-box/su-number-box.vue')['default']
|
|
|
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
|
|
|
+ Talk: typeof import('./src/components/Knowledge/talk.vue')['default']
|
|
|
TextArea: typeof import('./src/components/FormUI/textArea/index.vue')['default']
|
|
|
TextInput: typeof import('./src/components/FormUI/TextInput/index.vue')['default']
|
|
|
TipDialog: typeof import('./src/components/CtDialog/tipDialog.vue')['default']
|