From 4a9c561d0c38d368602971a16ea4aaad697e8a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E9=87=91=E6=89=8D?= Date: Thu, 29 Feb 2024 10:53:20 +0800 Subject: [PATCH 1/4] hjc --- vite-project/components.d.ts | 6 + vite-project/src/router/index.ts | 2 +- vite-project/src/views/Hjc/QuanView.vue | 175 ++++++++++++++++++++++++ 3 files changed, 182 insertions(+), 1 deletion(-) create mode 100644 vite-project/src/views/Hjc/QuanView.vue diff --git a/vite-project/components.d.ts b/vite-project/components.d.ts index d6b087f..13745e0 100644 --- a/vite-project/components.d.ts +++ b/vite-project/components.d.ts @@ -9,8 +9,14 @@ declare module 'vue' { export interface GlobalComponents { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] + VanCellGroup: typeof import('vant/es')['CellGroup'] + VanField: typeof import('vant/es')['Field'] VanIcon: typeof import('vant/es')['Icon'] + VanSearch: typeof import('vant/es')['Search'] + VanSticky: typeof import('vant/es')['Sticky'] + VanTab: typeof import('vant/es')['Tab'] VanTabbar: typeof import('vant/es')['Tabbar'] VanTabbarItem: typeof import('vant/es')['TabbarItem'] + VanTabs: typeof import('vant/es')['Tabs'] } } diff --git a/vite-project/src/router/index.ts b/vite-project/src/router/index.ts index 60e32bd..c4f4615 100644 --- a/vite-project/src/router/index.ts +++ b/vite-project/src/router/index.ts @@ -3,7 +3,7 @@ import { createRouter, createWebHistory } from 'vue-router' const Login = () => import('../views/LoginView.vue') const Home = () => import('../views/HomeView.vue') -const Circle = () => import("../views/CircleView.vue") +const Circle = () => import("../views/Hjc/QuanView.vue") const StoreView = () => import('../views/StoreView.vue') const MesageView = () => import('../views/MessageView.vue') const MyView = () => import('../views/MyView.vue') diff --git a/vite-project/src/views/Hjc/QuanView.vue b/vite-project/src/views/Hjc/QuanView.vue new file mode 100644 index 0000000..f25594e --- /dev/null +++ b/vite-project/src/views/Hjc/QuanView.vue @@ -0,0 +1,175 @@ + + + + + -- Gitee From 491d1d83f5134936c2375dcafd70da3da7473d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E9=87=91=E6=89=8D?= Date: Thu, 29 Feb 2024 18:39:46 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=86=B2=E7=AA=81=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite-project/components.d.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vite-project/components.d.ts b/vite-project/components.d.ts index 25a2013..60efbf6 100644 --- a/vite-project/components.d.ts +++ b/vite-project/components.d.ts @@ -9,12 +9,11 @@ declare module 'vue' { export interface GlobalComponents { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] - VanButton: typeof import('vant/es')['Button'] - VanCellGroup: typeof import('vant/es')['CellGroup'] - VanField: typeof import('vant/es')['Field'] VanGrid: typeof import('vant/es')['Grid'] VanGridItem: typeof import('vant/es')['GridItem'] + VanIcon: typeof import('vant/es')['Icon'] VanNavBar: typeof import('vant/es')['NavBar'] + VanSearch: typeof import('vant/es')['Search'] VanSticky: typeof import('vant/es')['Sticky'] VanTab: typeof import('vant/es')['Tab'] VanTabbar: typeof import('vant/es')['Tabbar'] -- Gitee From 96883495e2a28a9ab6d9a2dfe215e303785271b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E9=87=91=E6=89=8D?= Date: Thu, 29 Feb 2024 18:28:59 +0800 Subject: [PATCH 3/4] hjc --- vite-project/src/router/index.ts | 2 +- vite-project/src/views/Hjc/QuanView.vue | 175 ++++++++++++++++++++++++ 2 files changed, 176 insertions(+), 1 deletion(-) create mode 100644 vite-project/src/views/Hjc/QuanView.vue diff --git a/vite-project/src/router/index.ts b/vite-project/src/router/index.ts index d42028f..29f523c 100644 --- a/vite-project/src/router/index.ts +++ b/vite-project/src/router/index.ts @@ -3,7 +3,7 @@ import { createRouter, createWebHistory } from 'vue-router' const Login = () => import('../views/LoginView.vue') const Home = () => import('../views/HomeView.vue') -const Circle = () => import("../views/CircleView.vue") +const Circle = () => import("../views/Hjc/QuanView.vue") const StoreView = () => import('../views/StoreView.vue') const MesageView = () => import('../views/MessageView.vue') const MyView = () => import('../views/MyView/MyView.vue') diff --git a/vite-project/src/views/Hjc/QuanView.vue b/vite-project/src/views/Hjc/QuanView.vue new file mode 100644 index 0000000..f25594e --- /dev/null +++ b/vite-project/src/views/Hjc/QuanView.vue @@ -0,0 +1,175 @@ + + + + + -- Gitee From e196bb09526a5d0c7f3311cfd3eefc49c5675624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E9=87=91=E6=89=8D?= Date: Thu, 29 Feb 2024 18:22:56 +0800 Subject: [PATCH 4/4] hjc --- vite-project/src/views/Hjc/QuanView.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/vite-project/src/views/Hjc/QuanView.vue b/vite-project/src/views/Hjc/QuanView.vue index f25594e..0aeb1bd 100644 --- a/vite-project/src/views/Hjc/QuanView.vue +++ b/vite-project/src/views/Hjc/QuanView.vue @@ -56,7 +56,16 @@ -
动态内容
+
+
+ + 内容 1 + 内容 2 + 内容 3 + 内容 3 + +
+
我的内容
@@ -71,6 +80,7 @@ const value = ref('');