parsajiravand / vue3-form-wizard

A vue3 based tab/form wizard
https://vue3-form-wizard-document.netlify.app/
31 stars 8 forks source link

Methods property "route" is already defined in Props. #26

Open martinsGD opened 4 months ago

martinsGD commented 4 months ago

Hi there!

I am using Inertia + Vue in my project, which already has a defined route() function, so I am getting this warning:

[Vue warn]: Methods property "route" is already defined in Props.

Is there any workaround for this?