From 271f768b4766f70160de6272247d183e33f21de1 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 22 九月 2022 16:00:22 +0800
Subject: [PATCH] up

---
 src/main.ts |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index bcd00ab..999fddf 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -5,7 +5,7 @@
 // import 'vant/es/toast/style'
 // 引入全局样式
 import 'vant/lib/index.css'
-import { Col, Row } from 'vant'
+import { Col, Row,Icon,Button  } from 'vant'
 import { createPinia } from 'pinia'
 // mock数据
 // import './utils/mock'
@@ -13,6 +13,8 @@
 const app = createApp(App as any)
 app.use(Col)
 app.use(Row)
+app.use(Icon)
+app.use(Button)
 app.use(router)
 app.use(createPinia())
 app.mount('#app')

--
Gitblit v1.8.0