I got a problem while using ApexChart and struggling so much on how do I could remove the one that I give 'X'? So basically, what I want to achieve is like the
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 want a text to have a blured white background. But im actually struggling with the blur effect. Everytime i try to use filter blur, the div gets blured but my
I am developing a Google Chrome extension. There's a third party website that is developed in Vue.js. I need to trigger a click event of a button on a page. But
I am trying to trigger the button when mouse clicked it or a key is pressed and I get confused about communication between components. How should I call pressDo
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
While sending a this.$inertia.patch request I'm unable to catch a Network Error. I'm turning off the backend server to emulate a lost connection. The console sh
I had an issue upon installing vuetify to my project, I followed some solutions in some questions but still I had an issue. Here is my vuetify.js import Vue fro
This is the hosted url: https://serviceworkerspike.azurewebsites.net/ - Doesn't work anymore I'm using Vuejs to create a PWA as a school project, and whenever I
I have a button, it looks like this in HTML form <span class="v-btn__content">Create</span> My E2E Test, I am trying to click that Create button mo
I am new to websockets and for my project I'm using websocket what I'm trying to achieve is having two taps and when a user clicks the button Start the div with
I have a Vue app, using vue-router and a few components rendered in x-templates. In one of those markup templates I have a < select > object. When I open
I have developed this in laravel vuejs, used laravel sanctum for authentication. The app works fine in localhost, But getting this error while I did this in the
Is there a way to increase the width of tooltip in bootstrap vue. I have live a big statement to be shown in the tooltip. and the tooltip is displaying the mess
I wrote a "loading state" mixin for Vue 2: export default { props: { loading: { type: Boolean, default: false }, }, data () { retu
I'm testing a component using Vue test utils and Jest and I'm wondering what's the best way to test you are passing the correct values to a child components in
I used below command to create new vue.js project. sudo vue create my-app but it gives following error Picked up _JAVA_OPTIONS: -Dswing.defaultlaf=com.sun.ja
I use Quasar framework and I'm struggling with adjusting q-tab size to its label name. I have 3 tabs and as you can see below their size is much bigger than tab
I'm using typeorm to management my databse with nestjs framework on server and vuejs on client side, in settings i must provide a large text and i must to save
I'm trying to extend a 3rd party Vue component (from PrimeVue) and add additional props, but I'd like to keep the typings of the original component and also uni