[Vuejs]-Update content without refreshing the page

1👍

To solve this, you can use Vue as plugin, like Jquery, you can receive data in JSON format from HTTP requests with a library like Axios. You cant’use VueRouter in this solution because you’re not making an SPA.

Leave a comment