BinarCode / vue-form-wizard

Vue.js 2 wizard
https://binarcode.github.io/vue-form-wizard/#/
MIT License
1.11k stars 244 forks source link

Issue when use with Laravel + Inertia JS #357

Open ygthor opened 3 years ago

ygthor commented 3 years ago

inertia_js.js:228758 [Vue warn]: Method "route" has already been defined as a prop.

infinity-webdesigns commented 3 years ago

Is there any solution for this problem yet? I'm having the same issue here

mreduar commented 3 years ago

Same problem for me, any solution? image

Ryunosukee commented 3 years ago

Same problem for me, any solution?

Help please

mreduar commented 3 years ago

Apparently not, I had to stop using the package and make my own package. I just copied the code from it and translated it into my components. Then I removed the routes and it works perfect. Too bad this repository has been abandoned. 😔

Ryunosukee commented 3 years ago

this package fixes the error https://www.npmjs.com/package/@dcorrea-estrav/vue-form-wizard

TechhDan commented 3 years ago

Unfortunately I did not have luck with the package above for the current version of Laravel + Inertia. I Installed the package above but when I use it I get a JavaScript error TypeError: selfHook.bind is not a function.

woozieit commented 3 years ago

este paquete corrige el error https://www.npmjs.com/package/@dcorrea-estrav/vue-form-wizard

import {FormWizard, TabContent} from '@dcorrea-estrav/vue-form-wizard/dist/vue-form-wizard' import '@dcorrea-estrav/vue-form-wizard/dist/vue-form-wizard.min.css'