Skip to main content
1 vote
0 answers
7 views

how change z-index b-modal bootstap vue

<b-buton v-b-modal.my-modal>Launch demo modal</b-buton> <b-modal id="my-modal" class="my-modal" title="BootstrapVue" style="z-index:9999 !...
Михаил Токарев's user avatar
-1 votes
0 answers
27 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
15 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
22 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,747
0 votes
1 answer
42 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
  • 3
0 votes
0 answers
21 views

[Vue warn]: Property or method "search" is not defined on the instance but referenced during render

I got this error in my console and I just cannot understand what is wrong : I get this message : Vue warn]: Property or method "search" is not defined on the instance but referenced during ...
Alice's user avatar
  • 1
0 votes
0 answers
20 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
-1 votes
0 answers
44 views

'Webpack Module Not Found' on pre-built docker image

I have a 3 docker images for a functioning website deployed on AWS. I have been recently asked to deploy this on new location and do some modifications to the frontend. However, this site hasn't been ...
Pedro H. Forli's user avatar
0 votes
1 answer
45 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
20 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
44 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
55 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
28 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
25 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
36 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,277

15 30 50 per page
1
2 3 4 5
1759