Skip to main content

All Questions

5 votes
1 answer
1k views

Using multiple pages (components) dynamically in Vue js

I am using Laravel Nova custom tool which uses vue js for custom functionalities. There is a tool.vue file inside of the component after creation, that everything handles there. The thing is I would ...
TheDevWay's user avatar
  • 1,413
2 votes
1 answer
8k views

Uncaught TypeError: Cannot read property 'apply' of undefined when trying to call onchange() method in Vuejs

I am using Laravel Nova custom tool to create my own template. Nova uses vuejs so I'm trying to add my custom form and js logic inside Tool.vue. I run this very simple code to perform onChange() ...
TheDevWay's user avatar
  • 1,413