diff --git a/components.d.ts b/components.d.ts index 3fbccd8..3e13022 100644 --- a/components.d.ts +++ b/components.d.ts @@ -16,7 +16,6 @@ declare module 'vue' { ElPagination: typeof import('element-plus/es')['ElPagination'] ElRow: typeof import('element-plus/es')['ElRow'] ElSelect: typeof import('element-plus/es')['ElSelect'] - ElSwitch: typeof import('element-plus/es')['ElSwitch'] ElTable: typeof import('element-plus/es')['ElTable'] ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] ElTag: typeof import('element-plus/es')['ElTag'] @@ -25,6 +24,7 @@ declare module 'vue' { RouterView: typeof import('vue-router')['RouterView'] VanButton: typeof import('vant/es')['Button'] VanCellGroup: typeof import('vant/es')['CellGroup'] + VanConfigProvider: typeof import('vant/es')['ConfigProvider'] VanField: typeof import('vant/es')['Field'] VanImage: typeof import('vant/es')['Image'] VanPopup: typeof import('vant/es')['Popup'] diff --git a/src/views/AppPC.vue b/src/views/AppPC.vue index c0f9ef8..fa1baf4 100644 --- a/src/views/AppPC.vue +++ b/src/views/AppPC.vue @@ -1,15 +1,16 @@