I am working on laravel / vue project and i want to pass a value from laravel blade to the vue component but i get this error : Missing required prop: "id" at
In the Vue.js source code (packages/reactivity/src/effects.ts), I found this: export interface ReactiveEffectRunner<T = any> { (): T effect: ReactiveE
Im trying to build a very simple model with typegoose inside Vue + electron. This is my simplified code: import { getModelForClass, prop, modelOptions } fro
I have this code : <b-btn variant="primary" class="btn-sm" :disabled="updatePending || !row.enabled" @click="changeState(row, row.dt ? 'activate'
I have this code : <div class="page-payment"> <div class="payment-methods" v-if="!pending"> <sepa-modal ref="sepaModal" /> &
Vuetify 5.10 and Vue 2.6.14. I know the Vuetify documentation says: By default, v-menu components are detached and moved to the root of your application. In or
I have done a project which admin dashboard is done by using laravel+vus (vue (v2.6) inside laravel(v8)) and front end is done by independent vue(v3) js(getting
I am using chart 2 in vue js. chart is working fine but got this error every time i'm trying to call line chart.
When does an element become available in the dom after using a vue v-if? I would have thought you could do a query selector on the element after the v-if evalu
edit: I have used a number in this example which was a bad idea, in the real program I'm not using numbers but names (eg name_abba, name_jef, name_john) I have
Someone can help me to fix this conflict Your requirements could not be resolved to an installable set of packages. Problem 1 - tymon/jwt-auth is locked to vers
I have a nuxt2-webapp with a lot of routes and for all routes except 2, I need a script to be injected. Is there a way to disable the injecting? Nuxt config: me
I am trying to restrict access to the login if the user is already logged in by checking if there is already a token in the localStorage. Any idea on how I can
I am working on a vue js project, to use the router , I installed via command -> npm install vue-router and created a router.js file , but when i try , npm r
First picture without clicking on edit button Second picture when i click on edit button So here i want is when i click on which ever divs edit button at that p
I am stuck with the Vue-Apollo documentation: How to send mutations to my grahql-node4j server backend. For some reason the querying part works but I can't muta
I'm trying to understand why changing a prop, used to provide an initial value, doesn't cause the data variable to change. In the below example, changing the in
Is there away to display a default value if the expected value is null? Ex. <v-card-subtitle class="py-0 my-0">{{ user.name??'n/a' }}</v-card-subtitle&
How can I convert this Nuxt script into a Vue compatible one? <script> export default { components: { FeaturedProduct }, async asyncData({ $axio
My component information is not displayed!!! the router is working great and I test it to many times but there is nothing in components when I run the project.