feat(quick-page, components): add pagination and pull refresh, refine UI and component logic
- add @lucide/vue dependency and replace van-icon with CalendarDays icon - refactor TopNavBar to use vue-router back navigation instead of uni API - update Card component styles for better visual appearance - fix touch event formatting in CardSwiper and switch tap to click events - major refactor of Calendar component: implement v-model:show, add exposed open/close methods, improve date handling logic - add TypeScript types and update vant component declarations - add pull-to-refresh and pagination support to quick booking page
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user