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

Move example to dev-example folder

Remove watcher from FormWizard component to avoid double beforeChange trigger
Code cleanup
This commit is contained in:
cristi
2017-04-23 22:45:19 +03:00
parent 7c39f53908
commit f2b6af4eee
9 changed files with 69 additions and 57 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ function resolve (dir) {
module.exports = {
entry: {
app: './src/main.js'
app: './dev-example/main.js'
},
output: {
path: config.build.assetsRoot,