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

Initial jsx support

This commit is contained in:
cristijora
2017-10-18 23:10:17 +03:00
parent b9ee413034
commit 62f8610f37
4 changed files with 473 additions and 17 deletions
+1
View File
@@ -7,6 +7,7 @@ import FormWizard from '../src/index'
import WizardRoute from './WizardRoute.vue'
import FormGeneratorRoute from './FormGeneratorRoute.vue'
import TestRoute from './TestRoute.vue'
import '../dist/vue-form-wizard.min.css'
const First = {template: '<div>First page</div>'}
const Second = {template: '<div>Second page</div>'}