diff --git a/src/pages/me/index.vue b/src/pages/me/index.vue index ea67f41..4d2f6b6 100644 --- a/src/pages/me/index.vue +++ b/src/pages/me/index.vue @@ -33,75 +33,109 @@ const handleLogout = () => { - diff --git a/types/auto/components.d.ts b/types/auto/components.d.ts index ae7f7b0..7767bc2 100644 --- a/types/auto/components.d.ts +++ b/types/auto/components.d.ts @@ -14,6 +14,7 @@ declare module 'vue' { VanButton: typeof import('vant/es')['Button'] VanCell: typeof import('vant/es')['Cell'] VanCellGroup: typeof import('vant/es')['CellGroup'] + VanCol: typeof import('vant/es')['Col'] VanConfigProvider: typeof import('vant/es')['ConfigProvider'] VanDivider: typeof import('vant/es')['Divider'] VanField: typeof import('vant/es')['Field'] @@ -27,6 +28,7 @@ declare module 'vue' { VanNavBar: typeof import('vant/es')['NavBar'] VanPicker: typeof import('vant/es')['Picker'] VanPopup: typeof import('vant/es')['Popup'] + VanRow: typeof import('vant/es')['Row'] VanSearch: typeof import('vant/es')['Search'] VanSidebar: typeof import('vant/es')['Sidebar'] VanSidebarItem: typeof import('vant/es')['SidebarItem']