Update Empty guid (#3429)

This commit is contained in:
agoni1212 2020-07-31 14:09:51 +08:00 committed by GitHub
parent 92a3484cb9
commit 87c6ef6d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,16 @@
### 引入
```js
import Vue from 'vue';
import { Empty } from 'vant';
`app.json``index.json`中引入组件,默认为`ES6`版本,`ES5`引入方式参见[快速上手](#/quickstart)
Vue.use(Empty);
```json
"usingComponents": {
"van-empty": "@vant/weapp/empty/index"
}
```
> Vant Weapp 1.0 版本开始支持此组件,升级方式参见[快速上手](#/quickstart)
## 代码演示
### 基础用法