I'm working on a laravel 9 project that uses vue 3. For each form input has been made field components.Everything works fine except registration checkbox (Accep
In my VUE project, there are several templates which have the same filename but located in different source sub-folders. I'm using webpack 3.12 to build it, and
I want to test my Api functions which are on separate file outside vue component. Inside this methods i call api by Vue.axios, and i can't find the way to mock
I am trying to set option selected where option value is 1. But I am getting in trouble when using v-select from vuejs. This is how I am trying to do - <v-
I have a table <v-data-table :headers="headers" :items="bookings" class="elevation-1" :search="search" > <template slot="items" slot-scope="p
Currently it's expected that the navigation is confirmed, so both beforeEach and afterEach global guards are triggered. showSpinner and hideSpinner are supposed
I'm developing an app in Vue using Vue Routers and Vue $i18n plugin. This is my HTML: <div class="locale-changer"> <select v-model="this.$i18n.locale
I am trying to apply the ternary operator in the v-model but it's not working. I also read a lot of similar questions and answers on StackOverflow but none answ
I have this components, <v-list-item class="paid-section-card"> <v-list-item-content align="center"> <v-list-item-titl
VS Code is reporting a lot of problems/red lines when editing my Vue Typescript files: Example error: [ts] Property 'isLoading' does not exist on type 'Combin
I am fairly new to Vue.js and have managed to build a simple table using the ui-element. The ui-element used for building the table is el-table and have display
When trying to install composer in laravel project get this error. Illuminate\Foundation\ComposerScripts::postAutoloadDump @php artisan package:discover
I'm using NuxtJS' serverMiddleware for logging. It works on every route. import { logger } from './utils/logger'; module.exports = function(req, res, next){
Can I return data from a Vuex action or do I need to update the store? I've got an action defined but it returns no data: getData() { return { "a" : 1, "b"
I use vee-validate to do my form validation. All goes well until I tried to use its Nested Observers function: https://logaretm.github.io/vee-validate/guide/for
In a real-world Vue application, the router can easily get to several hundred line long so I split the router.js into separate (component) route files and impor
if anyone of you using Vue Apollo please help, if I do something like this, export default { apollo: { statsAndProfile: { query: STATS_A
In Vue, when I want to restrict some pages for some users, in router I define a permission in meta, like this: routes: [ { path: 'transport',
I need help about Axios. I develop a SPA webapp on Laravel 6 (with package SPARK) and VueJS (version 2). On a Vue component, I want to retrieve datas from my b
I am using vue-test-utils and jest in order to test my code. My test run without any problem except if it pass through the code below $nuxt.$store.commit("devi