Use this tag for questions specific to version 2 of Vue.
I am working on an app using Vue js. According to my setting I need to pass to a variable …
javascript jquery vuejs2I'd like to make a redirection in Vue.js similar to the vanilla javascript window.location.href = 'some_url' How …
vue.js url-routing vuejs2 vue-routerIn the VueJs 2.0 docs I can't find any hooks that would listen on props changes. Does VueJs have such hooks …
javascript vue.js vuejs2 vue-componentI am using vuex and vuejs 2 together. I am new to vuex, I want to watch a store variable change. …
javascript vue.js vuejs2 vuexI've to use two external scripts for the payment gateways. Right now both are put in the index.html file. …
javascript vue.js vuejs2 vue-component vue-routervar MainTable = Vue.extend({ template: "<ul>" + "<li v-for='(set,index) in settings'>" + "{{index}}) " + "{{set.title}}" + "&…
javascript vue.js vuejs2 vue-componentis this possible to pass parameter in computed properties in Vue.Js. I can see when having getters/setter using …
javascript vue.js vuejs2I started https://laracasts.com/series/learning-vue-step-by-step series. I stopped on the lesson Vue, Laravel, and AJAX with this error: …
javascript vue.js vuejs2I have a function that helps filter data. I am using v-on:change when a user changes the selection but …
javascript vue.js vuejs2How can I repeat a loop via v-for X (e.g. 10) times? // want to repeat this (e.g.) 10 times <…
javascript vue.js vuejs2 v-for