0👍
Okay, I found out what was my problem.
I realized that none of my modifications in the Vue component file was visible on the page. I was watching with npm watch
and it always updated the .js files accordingly, but it was hard cached somehow so I had to npm update
and regenerate my js files with npm watch
then clear browser cache and my modifications were visible on the site instantly.
- [Vuejs]-Cannot trigger data selected in vue-select when show record
- [Vuejs]-Vue payload data multiplies on click
Source:stackexchange.com