Top "Vue.js" questions

Vue.

Vue v-on:click does not work on component

I'm trying to use the on click directive inside a component but it does not seem to work. When I …

javascript vue-component vuejs2 vue.js
How to remove hashbang from url?

How to remove hashbang #! from url? I found option to disable hashbang in vue router documentation ( http://vuejs.github.io/…

vue.js vue-router
Vue JS mounted()

I am creating a game in VueJS, where, when the page loads, I want a method to fire, make an …

javascript vue.js model-view-controller vuejs2 reusability
VueJs get url query

I'm developing a website with vuejs and at this moment I'm in a trouble, I need get the url query (…

vuejs2 vue-component vue.js vue-router
How to reference static assets within vue javascript

I'm looking for the right url to reference static assets, like images within Vue javascript. For example, I'm creating a …

javascript vue.js leaflet
Which command do I use to generate the build of a Vue app?

What should I do after developing a Vue app with vue-cli? In Angular there was some command that bundle all …

vue.js vuejs2 vue-cli
Apply global variable to Vuejs

I have a javascript variable which I want to pass globally to Vue components upon instantiation thus either each registered …

vue-component vue.js vuejs2
[Vue warn]: Cannot find element

I'm using Vuejs. This is my markup: <body> <div id="main"> <div id="mainActivity" v-component="{{…

javascript mvvm vue.js
How to access to a child method from the parent in vue.js

I have two nested components, what is the proper way to access to the child methods from the parent ? this.$…

javascript vue.js
Vuex - passing multiple parameters to mutation

I am trying to authenticate a user using vuejs and laravel's passport.I am not able to figure out how …

vue.js vuejs2 vuex