I've just forked your package to fix form styles for nova 4.33
When I run "npm run watch" it runs without issue but I can't see any changes I've applied to your .vue components files.
I've clean up my browser and laravel cache but I still see original forms.
My issue was related to middleware forms , and I've just seen that you use blade file instead of .vue component.
I've just fix input class here and now it works
Hi,
I've just forked your package to fix form styles for nova 4.33
When I run "npm run watch" it runs without issue but I can't see any changes I've applied to your .vue components files. I've clean up my browser and laravel cache but I still see original forms.
Any ideas ?
Regards