I got an error message: Uncaught TypeError: 'set' on proxy: trap returned falsish for property 'NewTodo' That error appear when im trying to reset the input tex
I want to get the dimensions of a vue.js component from the parent (I'm working with the experimental script setup). When I use the ref inside a component, it w
I'm trying to do a question answer catalogue that lets me pick questions with their respective answer options from a String Array, however when I try to assign
I wrote a "loading state" mixin for Vue 2: export default { props: { loading: { type: Boolean, default: false }, }, data () { retu
I am creating Vue app with vue3 and using the bootstrap-vue3 package for Frontend. I followed Bootstrap-Vue docs and copied the following code but Carousel does
I'm trying to add lazy e-mail unique validator to my registration form. It works but when i type something in other fields (including e-mail field also) unique
I have this component (vue3+ts) <q-input type="number" filled model-value="Model.Code" @update:model-value="val=>console.log(val)" />
i am on Vue3, and i try to catch a value from the child to the parent. So my code is : On the parent : <template> <input-form v-model="valueSuperfici
I have more than 3 q-cards in quasar that should display more text when the read more button is pressed, but this does it in all the cards and I need it to be i
I am getting a strange error from Leaflet in a Vue.js project (version 3). If I close a popup and zoom in/out, this error occurs on Firefox: Uncaught TypeError
how can I clean my console from the following error: TypeError: ref.value is null The error comes only with a resize event. Each time I resize the window, I re
I'm trying to use a property of my data in a computed method like this: data() { return { ToDoItems: [ { id: uniqueId("todo-"), label: "Learn
I am writing an application in vuejs and i want to pass prop to a child component but I am getting this error: Getting a value from the props in root scope of
I already have an application built with spring boot/thymeleaf as a template engine and everything is working fine, now I need to add new section to the applica
I am running a vue3 application using the Composition API and the setup() hook. I am using Vitest as unit-test framework. (v 0.6.1) I have the following sample
Just a quick question, I know that Vue3 doesn't use filters anymore and notes says use computed or methd instead. but also there is a globalProperties we can us
As explained here, Vue 3 has moved a bunch of functions that were available on the global Vue instance. They are now named imports. This leads me to think I sho
This code comes from the official documentation and does not use defineComponent() to declare components. I tried and failed, and webstorm failed. //App.vue <
Arrow function's deep option is work. Raw Reactive Object's deep option is not work. It looks like a bug, why watch’s option deep do not work in reactive,
I have a fairly large vue.js 2 application that has a dynamic tabs mechanism. Users can interact with the application opening and closing tabs, each tab represe