Category "vue.js"

How to use multiple Curve's Stroke style at The Same Time - ApexChart

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

can't use template ref on component in vue 3 composition api

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

Blur background of text field (tailwind or plain css)

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

Trigger button click event of a Vue.js application programmatically in a Chrome extension

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

Binding button with keypress in Vue3.0

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

Error TS2322: Type 'Function' is not assignable to type 'string'

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

Unable to catch Network Error when sending request using Inertia + Vue

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

_plugins_vuetify__WEBPACK_IMPORTED_MODULE_8__.default is not a constructor

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

Manifest: Line: 1, column: 1, Syntax error

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

E2E Testing- click on specific button

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

change booleans to true and false with if using websocket and vue

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

Same Vue.js component in two browser tabs make <select> mirror its selected values

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

laravel sanctum - vuejs, 401 (Unauthorized) in live server while trying to get user info

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

How to increase the width of the tooltip in Bootstrap-Vue

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

Vue 3 Composition API - How to specify a prop in setup()

I wrote a "loading state" mixin for Vue 2: export default { props: { loading: { type: Boolean, default: false }, }, data () { retu

What's the best way to test props you pass to child components?

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

Error: Unable to access jarfile /snap/vue/1/jar/vue-1.0-SNAPSHOT.jar when creating vue.js project

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

How to fit tab to its text?

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

How to save line breaks in database

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

Vue 3 - Extend a Vue component with additional props with Typescript support

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