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
@@ -58,7 +58,7 @@ import { Button } from 'vant';
import 'vant/lib/index.css';
const app = createApp();
Vue.use(Button);
app.use(Button);
```
See more in [Quickstart](https://youzan.github.io/vant#/en-US/quickstart).