You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you change any template value or even the structure, all works fine, but when you change any script value/method/anything, server say that application it's refreshed, but nothing happens, you must need stop the server, clean platform and then start again...
When I remove the 'main.vue' file from render, and change to 'app.vue' directly (out of the router) anything works well...
Any ideas?
The text was updated successfully, but these errors were encountered:
Clean project
package.json
router.js
main.vue
app.vue
When you change any template value or even the structure, all works fine, but when you change any script value/method/anything, server say that application it's refreshed, but nothing happens, you must need stop the server, clean platform and then start again...
When I remove the 'main.vue' file from render, and change to 'app.vue' directly (out of the router) anything works well...
Any ideas?
The text was updated successfully, but these errors were encountered: