From 3ce633c51d54fa3a89c473d8f501a9d4970cf0cf Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 23 九月 2022 14:13:59 +0800
Subject: [PATCH] up12
---
src/main.ts | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main.ts b/src/main.ts
index 2eb13b8..999fddf 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -5,11 +5,16 @@
// import 'vant/es/toast/style'
// 引入全局样式
import 'vant/lib/index.css'
+import { Col, Row,Icon,Button } from 'vant'
import { createPinia } from 'pinia'
// mock数据
// import './utils/mock'
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