docs: fix quickstart

This commit is contained in:
chenjiahan
2020-09-23 09:36:11 +08:00
parent c1931e6608
commit 1b87cde8fb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ import { Button } from 'vant';
import 'vant/lib/index.css';
const app = createApp();
Vue.use(Button);
app.use(Button);
```
vant 也支持按需引入、CDN 引入等方式,详细说明见 [快速上手](https://vant-contrib.gitee.io/vant#/zh-CN/quickstart).