Skip to main content
Just browsing Stack Overflow? Help us improve your experience. Sign up for research
Filter by
Sorted by
Tagged with
-1 votes
0 answers
15 views

vue2 project memory usage is high causing browser crash, how to troubleshoot and save me

enter image description here Clear timers, destroy components, etc Partial code: <div id="member" v-if="isMemberShow" v-observe-visibility="onVisibilityMember"> ...
Yan's user avatar
  • 1
0 votes
0 answers
12 views

Uploading multiple image from server on tinymce

I am using tinymce 6.8.3. version. I want to add a plugin to it. There will be a button on the image adding page called "server". When I press this button, the photos on the server - more ...
dkrks's user avatar
  • 21
1 vote
1 answer
24 views

vee-validate (Vue 2) does not validate child component

I have a problem with an application working on Vue2.js with vee-validation package. Here is the link to the app : https://codepen.io/EnjoyMachine/pen/ogvbZgO // find the code in the codepen link As ...
R�my's user avatar
  • 868
-1 votes
0 answers
56 views

How to remove the horizontal scrollbar everytime v-select dropdown area is clicked

How to remove this horinzontal scrollbar that is appearing everytime i click the v-select data items.It will only popup 1sec then it will be gone Ive already tried using overflow-x ,y ,and others ...
Darreck Bercasio's user avatar
0 votes
0 answers
27 views

Registration causing too much recursion

when trying to register a new user with a specific role I get too many recursion errors main.js import Vue from 'vue' import App from './App.vue' import router from './router' import store from './...
user2717927's user avatar
0 votes
0 answers
35 views

Cannot find module 'vue-template-compiler'

I am trying to install Vue dependencies globally on my machine instead of relying on a local setup. My goal is to manually install only the necessary modules globally. However, I am struggling to ...
user21742825's user avatar
0 votes
0 answers
25 views

Large Production Build File Size in Laravel 6 (Mix) with Vue.js 2

I'm using Laravel 6 (Mix) and Vue.js 2 for my project. When I run the yarn prod command on the server, it generates a large production file, which significantly increases the load time of the website. ...
Parsa Haghighi's user avatar
0 votes
0 answers
23 views

[Vue warn]: Failed to mount component: template or render function not defined. found in ---> <App> at src/App.vue <Root>

im getting the above error with the following setup: import Vue from 'vue'; import App from './App.vue'; // Import the App component console.log(App); import VueRouter from 'vue-router'; import ...
Jo?o Mateus's user avatar
0 votes
0 answers
16 views

Scrolling down the list of translation items often gets stuck before reaching the end

Describe the bug When using the Translation tab in multiple pages mode, with the "Used Strings Only" filter enabled, scrolling down the list of translation items often gets stuck before ...
Johan Rm's user avatar
  • 161
1 vote
1 answer
40 views

What is 'effect' on Vue computed properties

If I inspect a computed property in Vue 2.7, I can see that, besides the well-known .value property, there's also .effect. I wasn't able to find any information about it, except that it's deprecated ...
Lazouski's user avatar
-1 votes
0 answers
30 views

I am unable to display data on the Vue 2 frontend

I am developing Flask-VueJs application. The technologies used are as follows: Flask, Flask-Restfull, Flask-JWT-Extended, Vue 2, Vue Router, VueX, and SQLite3. I have developed landing page, register, ...
Sahana Srinivasan's user avatar
0 votes
0 answers
29 views

Vue js and media recorder library Zoom in and out not working smooth in iPhone

I have a video recording feature using vue js and media recorder library. I have a recordButton component and recordScreen component. when user presses and hold the record button it starts recording a ...
Darshan Soni's user avatar
0 votes
0 answers
34 views

Nuxt/Vue2 testing: "getActivePinia()" was called but there was no active Pinia

I'm converting a Nuxt/Vue2 app (which I didn't write) from Vuex to Pinia to prepare for upgrading Nuxt/Vue. After finishing the Vuex->Pinia migration the app runs but tests do not. Here's an ...
knirirr's user avatar
  • 2,757
0 votes
1 answer
99 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 (...
Rae's user avatar
  • 5
0 votes
0 answers
22 views

How to use FontAwesome Icons in Froala 4.3 in a Vue 2 Project?

Anybody knows how to use FontAwesome Icons in Froala 4.3 in a Vue 2 Project (I can't use Vue 3 for this Project)? I added FontAwesome like it is documented and already working in other projects inside ...
Lars Schinkel's user avatar
0 votes
1 answer
51 views

To have one translation file per view

I work with vue.js (version 2) and I have a translation block in every vue file like this: abc.vue <i18n> { "fr": { "settings": "Conf" }, &...
ERV's user avatar
  • 69
0 votes
0 answers
21 views

Vue2 style in custom-element and in component

When using a component in a vue context and a custom-element context - the styles in the vue context stop working, although they work fine for custom-element, is there a way to make the component ...
Mirikkingg's user avatar
0 votes
1 answer
45 views

Why does not Vue model update when input.val(value)?

I have editable table: <div id="myTable"> <b-table class="overflow-auto" :items="filtered" :fields="visibleFields" :filter="filter"> ...
hrdfgn's user avatar
  • 3
0 votes
0 answers
59 views

change default root component

using cli, I created Vue 2 project manually, Once created, I started to do tests. I created a simple component testMe and in main.js I changed default code to let that new component be read as root ...
ftouh yaham's user avatar
0 votes
0 answers
30 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 ...
Maykel Contreras Camacho's user avatar
0 votes
0 answers
45 views

monaco-editor registerCompletionItemProvider custom

I need use monaco.languages.registerCompletionItemProvider create a selection component for filter,for example element-ui el-select attribute:filter? I need custom CompletionItemProvider by html. how ...
Benusone's user avatar
0 votes
1 answer
47 views

How to handle paste image from clipboard when you have multiple image upload fields on the same page?

I'm maintaining an old vuejs 2 application, done by someone else who left the company. This is our only vuejs app so no one knows vue that much and wondering if you could help. I wrote the following ...
Lynob's user avatar
  • 5,297
0 votes
1 answer
80 views

Vue JS - Live running time elapsed from a date

Currently I have a time elapsed displayed on my blade file. However to see the updated time, I need to refresh everytime. I would like to display a dynamic time lapsed. Is there a way to do it? My ...
muhaz's user avatar
  • 7
0 votes
0 answers
43 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/...
Edson's user avatar
  • 168
0 votes
0 answers
22 views

pdfjs messes up with too long content

I have a small test project with vue 2 and pdfjs. The goal is to create a dynamic pdf-viewer with multiple columns and nice pagebreaks. Everything works great until the content of one "section&...
D4lister's user avatar
0 votes
0 answers
31 views

CKEditor5 - wrap entire editor html output in container element

I'm in a Vue 2 project, migrating away from Quill to Ckeditor5. In order to have backward compatibility, we need the Quill classes and styling to stay in place in all the placed where we display the ...
Push's user avatar
  • 98
0 votes
0 answers
39 views

Why sub package cannot find dependencies when use alias in parent TS project?

I have an older Lerna TypeScript project that contains several packages. I recently added a package called 'kc-vue', which is a Vue wrapper for the latest Keycloak-JS. The latest Keycloak-JS requires ...
huan feng's user avatar
  • 8,613
0 votes
0 answers
38 views

Pusher Connection not authorized within timeout

I am using vue js 2 with Laravel. this.$echo.connector.connect(); const channel = this.$echo.channel( `stream-siganls.${stream.id}` ); channel.listen("StreamSignalEvent", async (...
Darshan Soni's user avatar
0 votes
0 answers
65 views

How do I panic the build of a Vue 2 project if an environment variable is not set?

In a Vue 2 project, an environment variable (let it be VUE_APP_IMPORTANT_VAR, for example) is mandatory, so I want to get a failed build if somebody has forgotten to specify the variable in .env (or ...
Fomalhaut's user avatar
  • 9,645
0 votes
0 answers
53 views

getting server IP address from VueJS 2 application

I have a VueJS application running on Ubuntu linux, I know that in Vue it does a lot of the rendering client side. Is there a way of getting the server ip address from a Vue JS application as all the ...
D Mawer's user avatar
  • 83
0 votes
1 answer
40 views

Vue2 not recognizing property in data section

I'm having trouble understanding why the property uploadedFiles is not recognized in this Vue2 component. When running in a browser I get the following error: [Vue warn]: Property or method "...
Ritsaert Hornstra's user avatar
0 votes
0 answers
74 views

Using Xdebug in PhpStorm to debug Laravel with Vue js application

I have a Laravel backend application and Vue.js 2 frontend application running on Laravel Valet, with SSL enabled. I’ve set up Xdebug with PHP 8.2, and everything works as expected. When I test API ...
Ahmed Bermawy's user avatar
0 votes
0 answers
39 views

Echarts.drawChart happened Error in mounted hook

Echarts.drawChart happened Error in mounted hook "TypeError: Cannot read properties of null (reading 'getWidth')" I remember that it was able to run at first, but it couldn't run last ...
卡卡西's user avatar
1 vote
0 answers
32 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 ...
scader's user avatar
  • 525
0 votes
0 answers
31 views

Vuetify V-calendar don't show some events and replaces them with (1 more) label even there isn't other events in that day

I'm displaying a whole year using different v-calendars, but for some reason in some months the event is not displayed right. As you can see, the events are not displayed even though the data ...
Vini-Posada's user avatar
0 votes
1 answer
51 views

Chart.js 3.9 and Vue: Unable to handle onClick event

Usually, StackOverflow is my last resort cause I don't enjoy being annoyed and I assume neither do you, but I'm desperate. I want to capture a click on a graph Bar but I don't see a trace in the logs ...
Uriel's user avatar
  • 454
0 votes
1 answer
37 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@...
bohi tibuti's user avatar
0 votes
0 answers
22 views

Vue Router 2.6 Navigation Issue, cannot navigate back (browser button)

I’m working on a Vue.js (v. 2.6) application that uses Vue Router for navigation between different pages. After logging in, the user is redirected to the home page with the following code: this.$...
Bbird's user avatar
  • 13
0 votes
0 answers
48 views

Is possible use vue3/vite components ou vue2/vite project?

Recently we start a upgrade in our system, made using vue2 and we upgrade to vue3, both using vite, but the system is on production and we can't just turn off and make the upgrade/refactor. The ...
Cristiano Siebert's user avatar
0 votes
0 answers
17 views

VueMapbox : Adding an image layer on the map

I am having some trouble showing images on a Mapbox map. I have an (existing Vue2) project where I want to display png weather data fetched from a provider and place them on top of the map (example ...
Of Course's user avatar
1 vote
1 answer
77 views

transition vuejs Uncaught RangeError: Maximum call stack size exceeded

I'm learning about transitions in vuejs. I'm creating a transition in vuejs and get the error "Maximum call stack size exceeded" but if I comment out the code, it works normally.I still ...
L�?ng Rover's user avatar
0 votes
0 answers
37 views

Problem with Eslint js and global variable

I have a problem with eslint when building my docker containers, but for some reason when I want to create it it gives me an error in a global variable, which I use in the same component but it only ...
Vicio028's user avatar
0 votes
2 answers
90 views

DataTable not updating after adding new row in JavaScript application

I'm working on a JavaScript web application that uses DataTables to display a list of instructors. I'm having an issue where the DataTable doesn't update immediately after adding a new instructor to ...
badr aldeen's user avatar
0 votes
0 answers
16 views

Using autofit.js in vue+elementUi causes element offset

Autofit. js is a solution for adapting to large screens, but when used in conjunction with elementUI, it can cause the inner elements to shift. For example, when the item setting of el table is set to ...
DivinerKoi's user avatar
0 votes
0 answers
26 views

How to mount a Vue or React app in shadow dom without using iframe?

I have a small chat app that I want to be like a chatbot on any other website but I do not want to use iframe for it. I checked dialogflow messenger and it does not seem to be using iframe but uses ...
Dilip Badal's user avatar
0 votes
1 answer
45 views

Import components dynamically from a list in Vue 2

I have a portal which provides different services in form of a vue component. We are saving all settings for a service in a database (including the path (=pfad) where it is stored). With this data we ...
erdnaskram's user avatar
-1 votes
1 answer
165 views

Failed to scan for dependencies from entries: index.html" Error after Running npm run dev

I am encountering an issue while trying to run my Vue.js project with Vite. After executing the command npm run dev, the server fails to start, and I receive the following error: VITE v5.4.3 ready in ...
ADIL RADIDI's user avatar
1 vote
0 answers
44 views

Vue.js Axios Request Aborted When Calling Multiple Vuex Actions Sequentially

I'm working on a Vue.js application using Vuex for state management. I encountered an issue where a network request gets aborted when I sequentially call two Vuex actions. Here’s what I’ve observed: ...
chatay's user avatar
  • 164
0 votes
0 answers
39 views

Promise.finally breaking Promise.catch depending on how I assign it [duplicate]

I admit I'm not a JavaScript promises expert, but this is bizarre. I'm creating an API service that's basically an Axios promise factory and importing it into Vue2 components. The simplified example ...
Nathaniel Rink's user avatar
0 votes
1 answer
98 views

Creating an Infinite Scroll Carousel with Clickable Indicators

I’m trying to create a div with horizontal scrolling, similar to a carousel, containing multiple cards that can scroll from left to right. The scroll should be infinite, meaning that once the last ...
Elena's user avatar
  • 171

1
2 3 4 5
528