vue-form-wizard icon indicating copy to clipboard operation
vue-form-wizard copied to clipboard

Issue when use with Laravel + Inertia JS

Open ygthor opened this issue 4 years ago • 7 comments

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

ygthor avatar Jan 20 '21 16:01 ygthor

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

infinity-webdesigns avatar Feb 08 '21 15:02 infinity-webdesigns

Same problem for me, any solution? image

mreduar avatar Feb 17 '21 16:02 mreduar

Same problem for me, any solution?

Help please

Ryunosukee avatar Mar 11 '21 19:03 Ryunosukee

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. 😔

mreduar avatar Mar 11 '21 19:03 mreduar

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

Ryunosukee avatar Mar 15 '21 16:03 Ryunosukee

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.

TechhDan avatar Apr 15 '21 02:04 TechhDan

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'

woozieit avatar Aug 08 '21 13:08 woozieit