matfish2 / vue-formular

a comprehensive vue.js form component
https://www.npmjs.com/package/vue-formular
MIT License
43 stars 11 forks source link

After submit redirect via vue-router #10

Closed purepear closed 8 years ago

purepear commented 8 years ago

When in /items/new after submit i want to redirect to /items/:id so i used 'vue-formular.sent' event but after dispatching it tries to set some properties (vm.status = 'success'; ...etc) on the now not existing instance which leads to error. Any suggestions?

purepear commented 8 years ago

my bad. there was an error in my code