Category "vue.js"

"v-on with no argument expects an object value" facing this error in quasar selector when focus into the field

here is my code, options array updated in created hook based on api response and response of api is array of object and v-model value is also updated in created

Text and images not coming through correctly for VUE 3 Javascript

I have been trying to get the text and images to display correctly on my Netflix app, I am using VUE.js 3 to achieve this, however, there is something wrong wit

Get a random item using computed property in Vue 3 [duplicate]

I need to make a computed function in Vue 3 that randomly selects an id, and shows all of its contents. This is the object: export const d

sticky sidebar in a post not working (tailwind)

I'm looking to make something similar to this As you can see, when you scroll the sidebar follows you. This is my code, i can't make it work: <template>

How to setup vuetify with vuetify-loader

I'm getting the error below when I run yarn serve: ERROR Failed to compile with 1 errors 4:03:58 p.m. error

How to access props passed inside a setup function for Vuejs (Composition API)

When I use props to pass an object into the child component, I am unable to use the props inside the setup function (Composition API). I am trying to use the pr

How can I force a refresh in my spa website with vuejs - laravel

Hi I know that this had been spoken but I have tried everything and nothing works.. so I come here one more time to ask a final or a solution to the big problem

What wrong with Vue scroll modal?

Im trying since yesterday find a way to screen a modal on Vuejs, when i scrolling down a page, the problem is i got nothing on my screen when i compile the code

Sort v-for List Alphabetically

I have a v-for that renders the following Object/Data; export const data = [ {id: "1", albumname: "xx", artist: "xxxx", dateadded: "xxxx", route: "xxxx", so

Get Url Vue js (Router)

i am developing an app in vue js with quasar and i would like to get current url in the index.js of Router folder but i do not know how. the problem is we can n

How do I configure http-server for history mode in Vue JS 2?

I have a Vue JS application built in the directory dist. For running I use http-server installed globally by the command: npm install -g http-server I run the

CKEditor5 Vue(tify)2 Laravel - Cannot read property 'getAttribute' of null

I followed this https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/frameworks/vuejs-v2.html#integrating-a-custom-build-from-the-online-bui

How to use a loop inside a slick slider in Vue.js

I'm using vue-slick link https://www.npmjs.com/package/vue-slick inside a bootstrap modal and when i use a v-for loop to loop through the items it display's thi

Triggering Vue.js reactivity when adding a new key to an object

I am using the following function to add a new key/value pair to an object. .then(response => { this.plantRegisteredMater

layouts\default.vue will be reset after I restart the nuxt.js server

I'm currently trying to learn vue.js on the nuxtjs server in the localhost:3000. I have found out a problem that whenever I create a new "xxxx.vue" file in the

Vite-Vue3 can not use web component (full build, runtime compiler)

1、Switch to full vue build in vite.config.js: import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' export default defineConfig({ p

Changes in props not visible in HMR (need to reload page)

I've got a small problem (or maybe it's intended and I just don't know how it should work). I've got parent component - App.vue <script setup> import Abou

How to use BootstrapVue's layout and grid system to arrange these checkboxes?

I have a BootstrapVue table like this; Here's the code for the table; window.onload = () => { new Vue({ el: '#app', computed: { visibleField

Props object not working on mounted method

i have preFile variable whitch is coming from props and i am changing on mounted method but when i try to use preFile to pass fileProcess method, for is not not

How to move image with touch event?

I have a dating project. I have some logic like tinder.(like\skip\dislike) On the project we'r using vue2, laravel and vue-bootstrap. So, my problem is, when it