From 6e2346cbd686ba8dc063c9d51939bd1fb7707f53 Mon Sep 17 00:00:00 2001 From: Wzp-2008 Date: Sun, 3 Dec 2023 17:37:47 +0800 Subject: [PATCH] fix: fix some bug --- components.d.ts | 1 + src/views/AppPC.vue | 42 +++++++++++++++++++++++++----------------- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/components.d.ts b/components.d.ts index 0e7dcfc..3e13022 100644 --- a/components.d.ts +++ b/components.d.ts @@ -24,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 2038ccf..fa1baf4 100644 --- a/src/views/AppPC.vue +++ b/src/views/AppPC.vue @@ -1,4 +1,5 @@