add favicons

This commit is contained in:
cookfront
2017-04-20 11:55:29 +08:00
parent 555ea1fe5d
commit 5a1027ee3c
7 changed files with 51 additions and 16 deletions

View File

@@ -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';