Skip to main content

Questions tagged [vuejs3]

Use this tag for questions specific to version 3 of Vue.js, an open-source, progressive Javascript framework for building user interfaces.

0 votes
0 answers
10 views

Configuring nginx to work with separately containerized frontend and backend

The problem is that I have a separately containerized frontend and backend for my full stack web app (vue3, node, express, vite, axios). When running locally without a container, I can connect the ...
Jo Thornto's user avatar
0 votes
1 answer
8 views

Nuxt 3 HMR Module not reloading changes

I have nuxt 3 project and installed couple of packages . the hmr was working fine .. it just stopped suddenly no clue why . there's no errors in the console . the cmd shows the files are being updated ...
Joe_G's user avatar
  • 1
0 votes
0 answers
9 views

Optimizing Background Images In Nuxt 3

I'm developing a Nuxt.js application and I need to set a decorative background image for a <div>. I prefer using background-image for decorative elements, as it is semantically more appropriate, ...
Michael's user avatar
  • 321
0 votes
2 answers
28 views

How to properly use Pinia store in root vue component?

My main.ts: import './assets/tailwind.css' import './assets/wordpress.css' import { createApp } from 'vue' import { createPinia } from 'pinia' import App from './App.vue' import router from './...
Simao Gomes Viana's user avatar
0 votes
0 answers
15 views

nuxt - router.getRoutes() hydration mismatch

A basic implementation of router.getRoutes() to print routes to screen causes a strange hydration mismatch. // implimentation <template> <div> <v-list> <v-list-item v-...
Jamie Marshall's user avatar
0 votes
0 answers
11 views

Can't build a dynamic link on nuxt 3

I need to create a link like this for password-reset http://localhost:3000/password-reset/d866f5fa974450aabc5fe0943d7266c6659f43e28f1a7a3cda94957374e55974?email=ospreystudio2020@gmail.com I compiled ...
Vadim Yanyushkin's user avatar
0 votes
0 answers
13 views

Nuxt 3 / Nuxt UI / Vuedraggable - Is it possible to reorder table rows in <UTable> using Vuedraggable?

I need to create a table with the possibility of reordering items via drag&drop but no idea if that's possible. I am using many v-slots to adjust the styling and content. <UTable ...
Alan Podemski's user avatar
0 votes
0 answers
12 views

Unserialize a Vue 3 Computed property

Is there a way to unserialize a computed property in Vue 3? I have the class below: export default class Task { id: undefined pn: null quantity: null operation: null unit: null ...
Christian D'Aquino's user avatar
0 votes
0 answers
19 views

Right-hand side of 'instanceof' is not an object in Chartist.js with Vue.js

I'm trying to create a pie chart using Chartist.js in my Vue.js project and integrate the chartist-plugin-fill-donut plugin. However, I'm encountering error when checking the chart instance. ...
Kulwinder Singh's user avatar
0 votes
2 answers
26 views

Vue 3 conversion to <script setup>

I tried to convert this code to and don't know exactly what to do with the const. Can somebody show me the way: setup() { const { // methods show, onHide, changeIndex, // refs ...
lunacafu's user avatar
  • 359
0 votes
1 answer
22 views

google map vue error Failed to resolve component

use the google map in my project but not resolve component when run using map for the find location in webapp main.js: import VueGoogleMaps from "@fawmi/vue-google-maps"; const app = ...
dani's user avatar
  • 1
0 votes
0 answers
9 views

Empty page with 404 errors when deploying Vite + Vue app to gh-pages, despite config files

I am in the process of creating a to-do list in Vue.js 3 to learn it and decided to deploy it to gh-pages as it is partially usable already. I am a complete beginner in Vue, I have previously worked ...
Ajedama's user avatar
0 votes
0 answers
15 views

How to get the successful response after scanning login QR code from baileys API

So I'm integrating Baileys Rest API from here Baileys-Rest to a Laravel Inertia, it works perfectly but, the issue is, how do I keep watch the response of the sessions status if the user is scan the ...
Rafly Andrian's user avatar
-1 votes
0 answers
22 views

The responsivity of an application that already have too much screens and components

enter image description hereI'm dying of anxious, its been 1 month since I joined a new project, and started developing the front in the place of a software house. The problem is, the developer of the ...
Regis Freitas's user avatar
1 vote
1 answer
30 views

What happens inside javascript-based Pages if power goes off (PC shutting down suddently) (ex: Vue)

Maybe this is a silly question, Regarding Vue 3 lifecycle hooks. Any idea if a lifecycle hook of unmounted or something like the old Vue 2 destroyed is called, if there is a sudden power off (cut of ...
CBD's user avatar
  • 47

15 30 50 per page
1
2 3 4 5
902