diff --git a/components.d.ts b/components.d.ts index 41fb45d..ef6e97e 100644 --- a/components.d.ts +++ b/components.d.ts @@ -50,7 +50,9 @@ declare module 'vue' { VanCheckbox: typeof import('vant/es')['Checkbox'] VanIcon: typeof import('vant/es')['Icon'] VanIcons: typeof import('vant/es')['Icons'] + VanList: typeof import('vant/es')['List'] VanPopup: typeof import('vant/es')['Popup'] + VanPullRefresh: typeof import('vant/es')['PullRefresh'] VanSwipe: typeof import('vant/es')['Swipe'] VanSwipeItem: typeof import('vant/es')['SwipeItem'] VanSwiperItem: typeof import('vant/es')['SwiperItem'] @@ -98,7 +100,9 @@ declare global { const VanCheckbox: typeof import('vant/es')['Checkbox'] const VanIcon: typeof import('vant/es')['Icon'] const VanIcons: typeof import('vant/es')['Icons'] + const VanList: typeof import('vant/es')['List'] const VanPopup: typeof import('vant/es')['Popup'] + const VanPullRefresh: typeof import('vant/es')['PullRefresh'] const VanSwipe: typeof import('vant/es')['Swipe'] const VanSwipeItem: typeof import('vant/es')['SwipeItem'] const VanSwiperItem: typeof import('vant/es')['SwiperItem'] diff --git a/package.json b/package.json index c8824fa..6195f20 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "test": "node --test src/**/*.test.ts" }, "dependencies": { + "@lucide/vue": "^1.17.0", "axios": "^1.16.1", "mitt": "^3.0.1", "pinia": "^3.0.3", diff --git a/src/components/Calender/index.vue b/src/components/Calender/index.vue index b19f200..b3a1922 100644 --- a/src/components/Calender/index.vue +++ b/src/components/Calender/index.vue @@ -1,5 +1,6 @@