All Questions
658 questions
-3
votes
1
answer
54
views
how can i remove percentage from vue url
How do I remove the % from my URL ?
This what my url:
http://localhost:8080/product/We-Vibe%2520Sync%2520O%2520Remote%2520and%2520App%2520Controlled%2520Rechargeable%2520latern's
When I call this
...
-1
votes
1
answer
51
views
how to make the render on vue2 equals to the render on vue3
I have the same code, but if I run it on vue2/vuetify2 the render will be:
If I run it on vue3/vuetify3 I get:
The color is not black anymore, "informativa privacy" is red and the "...
0
votes
1
answer
44
views
cases for using $event as param of a function
I have a basic question related to argument of a function.
when emitting an event from a child to a parent or when triggering a click event, I've seen in somme cases the add of $event as a parameter ...
0
votes
0
answers
37
views
nuxtjs/sitemap fetchContainer.$fetch is not a function
I am generating the sitemap dynamically, using the server/api/sitemap/urls.ts, and locally, when build and running node, the sitemap works as it should, fetching everything from the CMS. The problem ...
0
votes
1
answer
44
views
Typescript tsconfig ignored
I am getting a typescript error that shouldn't happen because the tsconfig should prevent it from being compiled. In my tsconfig file I have skipLibCheck set to true. I have the node_modules folder ...
1
vote
1
answer
37
views
Declaring object.prototype in js - VueRouter it automatically calls a method
I declared an extension method for objects by creating my own function. However, I do not call or import it anywhere. As a result, I get an exception. How can I fix this? I don't recall such behavior ...
0
votes
1
answer
93
views
migrating from vue 2 to vue 3 vue-svgicon
I have to migrate an application that use vue2 (2.6.10) to the last version of vue 3; I'm also do not have many experince on frontend development;
I have create the project with
npm init vue@3
I have ...
0
votes
0
answers
43
views
differentiate forms of broadcasting events in vuejs ($root.$emit and $emit) [duplicate]
I can't tell the difference between these two forms of event broadcasting.
`this.$emit('newComment', this.commentId);`
`this.$root.$emit('newComment', this.commentId);`
when should I use one ...
0
votes
1
answer
49
views
Can't run unit tests after migrating to vue3
I am migrating my project to Vue3. I am getting the following error when I try to run unit tests with yarn jest
Test suite failed to run
Cannot find module 'vuetify/components' from 'src/plugins/...
0
votes
1
answer
70
views
local registration went wrong
I generated a new project using vue 2, then I wanted to apply local registration, but I"m getting compile errors
the following shows the changes files:
main.js
import Vue from 'vue'
import ...
0
votes
1
answer
197
views
Syntax Error: TypeError: Cannot read properties of undefined (reading 'styles') When migrating to Vue3
I am currently trying to migrate from Vue2 to Vue3 using migration build.
When I try to build the project, the following error occurs:
Syntax Error: TypeError: Cannot read properties of undefined (...
0
votes
0
answers
40
views
use a component in createApp, passed as prop in a Vue.js
Good day
I am working in a Vue.js app, so I am working with Bootstrap Popover but i need to render content dynamicly, so, I
Create a PopoverComponent logic
Create the component that renders the ...
0
votes
0
answers
91
views
How to make Vue 360 compatible with vuejs latest version
I am currently working on a project that spins product 360 degree. I have been using this library called vue-360 but only works with vuejs 2.
import VueThreeSixty from 'vue-360'
import 'vue-360/dist/...
1
vote
0
answers
36
views
Translate emit intercept in plugin from vuejs 2 to 3
I'm slowly marching a project from vuejs 2 to 3, keeping with the Options API for now. The previous developer created a plugin that intercepted all emits so they could be logged every time an emit was ...
0
votes
1
answer
83
views
vuejs app isn't running when using cdn: version 3
On my current laptop I don't have vuejs configuration hence I used cdn link yet the code isn't running
<html>
<head>
</head>
<body>
<script src="https://unpkg.com/vue@...