2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-10 00:32:25 +03:00

Fix readme (global registration typo)

This commit is contained in:
cristijora
2017-04-27 19:54:54 +03:00
parent 0d5350a635
commit 90c493901c
+2 -2
View File
@@ -33,9 +33,9 @@ Download the css and js files from `dist` folder or reference them directly from
## Component registration
```js
//global registration
import 'vue-form-wizard'
import VueFormWizard from 'vue-form-wizard'
import 'vue-form-wizard/dist/vue-form-wizard.min.css'
Vue.use(VueTabWizard)
Vue.use(VueFormWizard)
//local registration
import {FormWizard, TabContent} from 'vue-form-wizard'