mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
add favicons
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
## 快速上手
|
||||
## Vant
|
||||
|
||||
### 完整引入
|
||||
一套`Vue 2.0`的基础组件。
|
||||
A collection of essential UI components written with Vue 2.0.
|
||||
|
||||
### 安装
|
||||
|
||||
```shell
|
||||
npm i vant -S
|
||||
```
|
||||
|
||||
### 引入组件
|
||||
|
||||
#### 完整引入
|
||||
|
||||
```javascript
|
||||
import Vue from 'vue';
|
||||
@@ -10,7 +21,7 @@ import 'vant/lib/vant-css/index.css';
|
||||
Vue.use(ZanUI);
|
||||
```
|
||||
|
||||
### 按需引入
|
||||
#### 按需引入
|
||||
|
||||
```javascript
|
||||
import Vue from 'vue';
|
||||
|
Reference in New Issue
Block a user