Skip to main content
0 votes
0 answers
30 views

Media recorder API video chunk issue

I have a Vue JS2 app that uses MediaRecorder API for creating a Blob for video. The basic functionality I have is record a video. user can pause a video and on pause user can delete the last recorded ...
Darshan Soni's user avatar
0 votes
0 answers
18 views

How to setup a singleton store/event bus for micro front ends monorepo with Vue2, Vuex, Vite?

I have this structure which every feature will be treated as a mini app, they will be bundle as separated scripts (based on vite-feature.config) to ready for load as needed on an external app. They ...
JM Lee's user avatar
  • 1
1 vote
1 answer
53 views

How do i create a watch later feature to add movies to a section then remove later (No javascript allowed)(Use Vue2, HTML, and python)

For my assignment, I need to create a feature where people can add different movies to a watch later section. For this, we are only allowed to use Brython, HTML, CSS, and Vue(I believe our lecturer ...
Zach3920's user avatar
-1 votes
0 answers
38 views

404 on Page Reload with Vue Router History Mode

All right! Here's just the error message text, as you might post it on Stack Overflow – without code blocks: When I reload a page like http://localhost:8080/dashboard/mitarbeiter, I get this error: &...
Julian Bausch's user avatar
-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 ...
jibzy's user avatar
  • 547
2 votes
1 answer
40 views

vue js set-upping echarts gauge not working

I am using .net7.0 web app where js are added like bellow, I can use bar chart but I need gauge chart and when I am changing the type getting this error in the console, it says import { GaugeChart }, ...
Sargis's user avatar
  • 167
-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 "...
fraaanz's user avatar
  • 115
0 votes
1 answer
39 views

How can I set v-data-table height to 100% when it is placed inside a flex container?

I have a component which renders a v-data-table <!-- UsersDataTable.vue --> <template> <div> <DataTable v-bind="$attrs" :headers="headers" hide-default-...
PyKKe's user avatar
  • 405
0 votes
1 answer
35 views

Apexcharts line and area charts only showing tooltips if grid is enabled

I'm using vue-apexcharts wrapper (tried both 1.6.x and 1.7.0 versions) and apexcharts 4.4.0 / 4.5.0 (also tried both versions). I was able to do extensive customizations to chart visuals, but I'm ...
Bruno Lamps's user avatar
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 ...
ftouh yaham's user avatar
0 votes
1 answer
40 views

Pass parent component data to slotted child component in vue 2

I am currently working with vue 2 and am finding a way to access parent component prop data within a slotted component <template> <div class="grid-container"> <div ...
Javier Tan's user avatar
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 ...
Carlos Pinto Guedes's user avatar
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 ...
SChristiansen's user avatar
1 vote
0 answers
57 views

Change to CSS opacity not working in production

I’m using vue 2 and vuetify 2 but I have a little problem using a v-hover component from vuetify, everything is working great except that v-hover only works local and when I try it in production (...
melvswrld's user avatar
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 ...
padavan's user avatar
  • 911

15 30 50 per page
1
2 3 4 5
1755