2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-11 13:02:24 +03:00

Update README.md

This commit is contained in:
Cristi Jora
2017-04-18 15:39:45 +03:00
committed by GitHub
parent b532580277
commit cb6a9dde62
+1 -1
View File
@@ -36,7 +36,7 @@ Download the css and js files from `dist` folder or reference them directly from
//global registration
import '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'