hookehuyr

fix 推送须知

1 -童声无界
...\ No newline at end of file ...\ No newline at end of file
1 +童声无界
2 +需要切换分支到voice上面再推
......
...@@ -7,7 +7,6 @@ export {} ...@@ -7,7 +7,6 @@ export {}
7 7
8 declare module '@vue/runtime-core' { 8 declare module '@vue/runtime-core' {
9 export interface GlobalComponents { 9 export interface GlobalComponents {
10 - '图形验证码': typeof import('./src/components/图形验证码.vue')['default']
11 Agreement: typeof import('./src/components/DonateFlower/agreement.vue')['default'] 10 Agreement: typeof import('./src/components/DonateFlower/agreement.vue')['default']
12 AuditVideoCard: typeof import('./src/components/AuditVideoCard/index.vue')['default'] 11 AuditVideoCard: typeof import('./src/components/AuditVideoCard/index.vue')['default']
13 Banner: typeof import('./src/components/MuiVideo/banner.vue')['default'] 12 Banner: typeof import('./src/components/MuiVideo/banner.vue')['default']
...@@ -35,19 +34,36 @@ declare module '@vue/runtime-core' { ...@@ -35,19 +34,36 @@ declare module '@vue/runtime-core' {
35 Status: typeof import('./src/components/MuiVideo/status.vue')['default'] 34 Status: typeof import('./src/components/MuiVideo/status.vue')['default']
36 Template: typeof import('./src/components/template/index.vue')['default'] 35 Template: typeof import('./src/components/template/index.vue')['default']
37 Test: typeof import('./src/components/LoginBox/test.vue')['default'] 36 Test: typeof import('./src/components/LoginBox/test.vue')['default']
37 + VanActionSheet: typeof import('vant/es')['ActionSheet']
38 + VanButton: typeof import('vant/es')['Button']
39 + VanCellGroup: typeof import('vant/es')['CellGroup']
38 VanCheckbox: typeof import('vant/es')['Checkbox'] 40 VanCheckbox: typeof import('vant/es')['Checkbox']
39 VanCol: typeof import('vant/es')['Col'] 41 VanCol: typeof import('vant/es')['Col']
42 + VanConfigProvider: typeof import('vant/es')['ConfigProvider']
43 + VanDialog: typeof import('vant/es')['Dialog']
40 VanEmpty: typeof import('vant/es')['Empty'] 44 VanEmpty: typeof import('vant/es')['Empty']
41 VanField: typeof import('vant/es')['Field'] 45 VanField: typeof import('vant/es')['Field']
46 + VanForm: typeof import('vant/es')['Form']
42 VanIcon: typeof import('vant/es')['Icon'] 47 VanIcon: typeof import('vant/es')['Icon']
43 VanImage: typeof import('vant/es')['Image'] 48 VanImage: typeof import('vant/es')['Image']
49 + VanList: typeof import('vant/es')['List']
44 VanLoading: typeof import('vant/es')['Loading'] 50 VanLoading: typeof import('vant/es')['Loading']
51 + VanNumberKeyboard: typeof import('vant/es')['NumberKeyboard']
45 VanOverlay: typeof import('vant/es')['Overlay'] 52 VanOverlay: typeof import('vant/es')['Overlay']
53 + VanPicker: typeof import('vant/es')['Picker']
46 VanPopup: typeof import('vant/es')['Popup'] 54 VanPopup: typeof import('vant/es')['Popup']
47 VanRow: typeof import('vant/es')['Row'] 55 VanRow: typeof import('vant/es')['Row']
48 VanStepper: typeof import('vant/es')['Stepper'] 56 VanStepper: typeof import('vant/es')['Stepper']
57 + VanSticky: typeof import('vant/es')['Sticky']
58 + VanSwipe: typeof import('vant/es')['Swipe']
59 + VanSwipeItem: typeof import('vant/es')['SwipeItem']
60 + VanTab: typeof import('vant/es')['Tab']
61 + VanTabs: typeof import('vant/es')['Tabs']
62 + VanTag: typeof import('vant/es')['Tag']
63 + VanUploader: typeof import('vant/es')['Uploader']
49 VideoBar: typeof import('./src/components/MuiVideo/videoBar.vue')['default'] 64 VideoBar: typeof import('./src/components/MuiVideo/videoBar.vue')['default']
50 VideoCard: typeof import('./src/components/VideoCard/index.vue')['default'] 65 VideoCard: typeof import('./src/components/VideoCard/index.vue')['default']
51 VideoDetail: typeof import('./src/components/VideoDetail/index.vue')['default'] 66 VideoDetail: typeof import('./src/components/VideoDetail/index.vue')['default']
67 + '图形验证码': typeof import('./src/components/图形验证码.vue')['default']
52 } 68 }
53 } 69 }
......