From d75764603bf3e00ba0d16738c32b820a72bf1bc5 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 27 九月 2022 11:46:08 +0800
Subject: [PATCH] up
---
src/main.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main.ts b/src/main.ts
index 999fddf..63f4fe4 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,Icon,Button } from 'vant'
+import { Col, Row,Icon,Button,Field } from 'vant'
import { createPinia } from 'pinia'
// mock数据
// import './utils/mock'
@@ -15,6 +15,7 @@
app.use(Row)
app.use(Icon)
app.use(Button)
+app.use(Field)
app.use(router)
app.use(createPinia())
app.mount('#app')
--
Gitblit v1.8.0