Top "Vue.js" questions

Vue.

Vue.js get selected option on @change

First, i want to say that im new to Vue, and this is my first project ever using Vue. I …

javascript html asp.net-mvc vue.js
Vue.js toggle class on click

How does toggle a class in vue.js? I have the following: <th class="initial " v-on="click: myFilter"> &…

css vue.js
vue.js 2 how to watch store values from vuex

I am using vuex and vuejs 2 together. I am new to vuex, I want to watch a store variable change. …

javascript vue.js vuejs2 vuex
How to add external JS scripts to VueJS Components

I'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-router
[Vue warn]: Property or method is not defined on the instance but referenced during render

var MainTable = Vue.extend({ template: "<ul>" + "<li v-for='(set,index) in settings'>" + "{{index}}) " + "{{set.title}}" + "&…

javascript vue.js vuejs2 vue-component
Can I pass parameters in computed properties in Vue.Js

is this possible to pass parameter in computed properties in Vue.Js. I can see when having getters/setter using …

javascript vue.js vuejs2
Vue 2 - Mutating props vue-warn

I 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 vuejs2
Vue.js unknown custom element

I'm a beginner with Vue.js and I'm trying to create an app that caters my daily tasks and I …

javascript vue.js
How to fire an event when v-model changes?

I'm trying to fire the foo() function with the @click but as you can see, need press the radio button …

javascript events vue.js
How to call a vue.js function on page load

I have a function that helps filter data. I am using v-on:change when a user changes the selection but …

javascript vue.js vuejs2