Skip to content

Commit 06a4284

Browse files
committed
small fix
1 parent 6b34573 commit 06a4284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/extending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Vue.use(vueTouch)
6363
You can also pass in additional options to the plugin:
6464

6565
```js
66-
Vue.use('my-plugin', {
66+
Vue.use(require('my-plugin'), {
6767
/* pass in additional options */
6868
})
6969
```

0 commit comments

Comments
 (0)