Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
70 views

I'm working with a Nuxt 2 application, and whenever I receive a 4XX or 5XX error response from my backend API, a red error "loading" overlay bar appears at the top of the application. I want ...
Przemek Baj's user avatar
0 votes
0 answers
41 views

I'm working with VuePress 2 and want to customize the main layout of my site. I understand that when you extend the default theme (using extends: defaultTheme(options) in .vuepress/theme/index.js), ...
magicfarm's user avatar
1 vote
1 answer
122 views

Background We are trying to migrate a Dockerized Vue 2/Vite app to Vue 3/Vite and have upgraded (among other packages): @vitejs/plugin-vue2 2.3.3 --> @vitejs/plugin-vue 6.0.1 buefy 0.9.29 --> ...
anti-destin's user avatar
0 votes
0 answers
61 views

I have a Vue 2 project where I’m using both Vuetify and Driver.js. On one page, a v-dialog opens and I use the scrollable attribute. Since the dialog content is very long, it becomes scrollable. ...
Erdem Çağlak's user avatar
1 vote
1 answer
82 views

Problem: I’m migrating a Vue 2.6 app to the Composition API (via the plugin) and hit two testing issues with vue-test-utils (v1) + Jest: Jest couldn’t mock functions from a plain TS module (not a Vue ...
Makc's user avatar
  • 1,192
0 votes
1 answer
92 views

We want to assign UUIDs to our front end Vue user-interactable elements (inputs, buttons, links, dropdowns, etc) for our automated testing. We want to structure this in a way that allows common ...
dtthom09's user avatar
  • 297
0 votes
0 answers
43 views

I updated laravel app from php@7 to php@8 and login doesn't works anymore. admin panel using Vue.js (vue2) as SPA (with VueRouter, Vuex, etc.) and Laravel as backend using session-based authentication ...
JeRmiZa's user avatar
0 votes
0 answers
65 views

Tech Stack: Laravel 8 Blade templates Vue 2 application mounted inside the Blade file Bootstrap 5 modal jQuery Problem I have a chat assistant third party web url in a Vue-based environment that ...
Prabath Abeysinghe's user avatar
0 votes
0 answers
43 views

I have an app built with ASP.NET Core and Vue 2 and I'm using DevExtreme Charts. The charts are rendering fine, I have no errors inside the console, but I have issue with Hovering over legend ...
Nadan Marenković's user avatar
0 votes
0 answers
67 views

In vue2, when other developers have already written a setup and I define another setup in the mixin, an error will occur at this moment. import mixinFile from './mixinFile' export default { nane: '...
jinmokai's user avatar
1 vote
0 answers
155 views

I am using the Tiptap editor in my Vue 2 project, but the editor is not visible in the browser. When I highlight text, the bubble menu doesn't appear, and when I move the cursor to the next line, the ...
Vijenthiran Vimal's user avatar
1 vote
2 answers
93 views

I'm developing a function that adjusts the display content along with the window resize. I have the following code to add window resize listener mounted() { ... window.addEventListener("...
EndlessDev-BBQ's user avatar
1 vote
1 answer
98 views

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 ...
user25306805's user avatar
-3 votes
1 answer
82 views

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
73 views

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

15 30 50 per page
1
2 3 4 5
1751