BinarCode/vue-form-wizard

Issue when use with Laravel + Inertia JS

ygthor opened this issue ยท 7 comments

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

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

Same problem for me, any solution?
image

Same problem for me, any solution?

Help please

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. ๐Ÿ˜”

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.

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'