Hide div onclick in Vue.js
jQuery works out of the box, Vue.js does not. To initialize Vue.js component or App you must bind that component with its data to one specific HTML tag inside your template. In this example the specified element is <div id=”app”></div> and is targeted through el: #app. This you will know from jQuery. After you declare … Read more