Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit aaeee57

Browse files
author
Evan You
committed
readme
1 parent 20dcade commit aaeee57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Vue globally, just include `vue-element.js` and it will automat
1919

2020
``` js
2121
Vue.use(require('vue-element')) // installed
22-
Vue.element({ /* ... */ })
22+
Vue.element('my-element', { /* ... */ })
2323
```
2424

2525
## Usage

0 commit comments

Comments
 (0)