Skip to main content

All Questions

Tagged with
0 votes
0 answers
26 views

How can I make vue app loaded more than six tabs

I have a strange problem that even I don't know what is the source. I have a vue app, which works without any problem but if I open the in the 7th or more tab the request doesn't get response and it ...
xxlali's user avatar
  • 1,046
0 votes
0 answers
23 views

Vue2.x vue custom element when i passed param like 111. the dot at the end was removed. Is it well known issue? How to fix it

Vue2.x vue custom element when i passed param like 111. the dot at the end was removed. Is it well known issue? How to fix it. Step npm run build vue file use file from /dist in php project Problem ...
Supisara Khongthiang's user avatar
0 votes
1 answer
34 views

I need to resolve vue function to find soccer players by club

I need to get the players by club. When I select a club in the first dropdown, I see every player from the league, I want to see only players from the selected club: <template> <div> ...
hzhbkanjina's user avatar
0 votes
0 answers
158 views

RangeError: Maximum call stack size exceeded - Vue 2 app, Vite, Webpack, embedded within Shopify

TL;DR - how to narrow place with error when there is infinite recursion during creation of new Vue element / component, but it happens only when certain condition is satisfied - when built JS file is ...
lwollnikowski's user avatar
0 votes
0 answers
198 views

How to update/refresh v-date-picker if start and end dates changes?

I use V-Calendar Plugin for Vue JS (latest second version): https://v2.vcalendar.io/. I have the following v-date-picker in the child component: <template> <div> <vc-date-...
Anna Schmidt's user avatar
-3 votes
1 answer
756 views

I was installing Vue.js in my system but this error occurred

I was installing Vue.js in my system using npm i -g @vue/cli but this happened: npm WARN cleanup Failed to remove some directories [ npm WARN cleanup [ npm WARN cleanup 'C:\\Users\\pc\\...
Dhruv verma's user avatar
0 votes
1 answer
26 views

Error in style.sass after running npm run serve

I tried running npm run serve in my VueJS project but I have encountered a syntax error saying: "Expected identifier" pointing to this: "will-change: transform, opacity". Full log ...
renlaguna's user avatar
1 vote
0 answers
144 views

How to use a vue 2 dependency that uses Vue.extend() in a nuxt 3 app?

I am working on a nuxt 3 application and in this repo I am npm installing a private package that uses vue 2 under the hood. I install this package and create a plugin and register it in the nuxt....
CodeConnoisseur's user avatar
1 vote
1 answer
854 views

Cypress component test throws "process is not defined"

I'm trying to run component tests on a PWA made with Vue 2 and Webpack. When I try to run them I get an error saying process is not defined and this prevents me from doing the tests I want.error ...
Tomás Caro's user avatar
0 votes
1 answer
89 views

Vue2.7 vue-cli-service cannot start normally

A type error occurred while running the serve command. $ vue-cli-service serve INFO Starting development server... ERROR TypeError: Cannot read properties of undefined (reading 'split') TypeError: ...
FlySky's user avatar
  • 95
0 votes
0 answers
168 views

IIS Issue with CORs policy

I have a site running locally that is giving me the following error: I have the local site set up in the web.config file but I do not know whare the '*' is coming from. <?xml version="1.0&...
user3215955's user avatar
-1 votes
3 answers
1k views

No 'Access-Control-Allow-Origin' header is present on the requested resource. using vuejs and express

please i keep getting this error in my vue code Access to XMLHttpRequest at 'http://localhost:3001/api/chats' from origin 'http://localhost:8081' has been blocked by CORS policy: No 'Access-Control-...
xander's user avatar
  • 381
0 votes
1 answer
1k views

Vue Cli Serve Fatal JavaScript invalid size error: node_api_throw_syntax_error

My problem ist, that I am not able to serve or build my vue app. While doing so, i get the following error: INFO Starting development server... [70%] sealing (finish module graph ...
Paul Werner's user avatar
1 vote
1 answer
74 views

When using JWT for route authentication, the page stays stuck in the same place

I am currently working on modifying a project. The front-end uses Vue 2.0 and the back-end uses Node.js Express. I'm using the JWT approach by setting all pages except the login page to require ...
Martin Xie's user avatar
0 votes
1 answer
68 views

Vue getComponentName returns function instead of 'undefined'

I have a project I've been working on upgrading from Vue 2.6 to 2.7, and have ironed out most of the kinks. However, there are a couple files that are written with cased props, which vue tries to ...
joel's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
26