Top "Vue.js" questions

Vue.

Using lodash in all of vue component template

Can I use lodash _ in all of my vue component? for example: I have components organized like below: App.vue &…

javascript lodash vue.js vue-component
Set initial vuetify v-select value

Can someone help me set the default value for a v-select? The caveat is that my v-select is populated with …

javascript vue.js vuetify.js
Force download GET request using axios

I'm using vuejs 2 + axios. I need to send a get request, pass some params to server, and get a PDF …

javascript vue.js vuejs2 axios
Vuex: Access State From Another Module

I want to access state.session in instance.js from records_view.js. How is this accomplished? store/modules/instance.…

javascript vue.js vuex
Vue Axios CORS policy: No 'Access-Control-Allow-Origin'

I build an app use vue and codeigniter, but I have a problem when I try to get api, I …

json vue.js axios
Vuetify - How to set background color

I am using Vuetify with the Light theme. By default this sets the background of the main content to a …

vue.js vuetify.js
Vue.js scroll to top of page for same route

I can set scrolling behaviour to Vue.js Router like this: const router = new Router({ mode: 'history', routes: [ { path: '/…

vue.js vue-router
Hide div onclick in Vue

How can I hide an element with Vue.js when it is clicked? There's only one element to hide. A …

javascript vue.js frontend
Vue JS returns [__ob__: Observer] data instead of my array of objects

I've created a page where I want to get all my data from the database with an API call, but …

javascript arrays laravel vue.js axios
Send object with axios get request

I want to send a get request with an object. The object data will be used on the server to …

laravel vue.js axios