Skip to main content
0 votes
0 answers
45 views

I am building a Capacitor app using Vue and Ionic. On iOS, I want to disable the default edge swipe back gesture on some screens. I have seen a similar question where the solution was to override the ...
Peter Plevko's user avatar
Advice
0 votes
1 replies
31 views

I currently have a system whereby I can specify a layout on each route like this: /router/index.ts import Blank from '@/layouts/Blank.vue' import Home from '@/views/Home.vue' import { createRouter, ...
Aurora's user avatar
  • 14
-2 votes
1 answer
118 views

I have a very basic Vue + Vite + Router + Pinia application that has a reactive({}) object in a Pinia store. If I update it with 1000 items it will freeze the browser for 3-5 seconds when it should be ...
user5541269's user avatar
1 vote
2 answers
57 views

Vue-Laravel-based environment, Mail sent to user with URL leads to a specific path on application - not app root - , on click it indeed redirects to required path - browser URL bar detects required ...
Mahmoud Tarek Mahmoud's user avatar
-1 votes
1 answer
82 views

I’m running into an issue with Nuxt 4 / Vue 3 where I need to redirect the user to /login immediately after logging them out or when a token expires. The problem is that if I call navigateTo('/login') ...
Raphael V.'s user avatar
-1 votes
1 answer
93 views

i'm developing a game with vue.js & vue-router. this often involves fairly large image assets! working in vanilla javascript, i've approached this with window.onload, displaying a div that only ...
ankiolyne's user avatar
0 votes
0 answers
36 views

I'm building a Vue 3 SPA with Vuex and Vue Router. On my Payment Success page, I call an API to assign purchased drinks: created() { this.buyDrink() }, methods: { buyDrink() { const payload = ...
Abhinand K's user avatar
0 votes
1 answer
179 views

I've set up a front-end environment with Vue.js, Vite, and Vue Router. When I navigate between pages, the scroll position is remembered, causing the new page to start at the previous location instead ...
HISTIGMA's user avatar
1 vote
0 answers
58 views

I’m hosting a Vue.js single-page application using history mode routing. The app’s static assets (JavaScript, CSS, images) are stored on DigitalOcean Spaces CDN, with the Vue app’s publicPath ...
Jacob Nolan's user avatar
0 votes
1 answer
40 views

I have a list of items each with a name and numerical ID. Each one I want to render as a component with a link to a page for that item. This requires me to have a <router-link> tag. I cannot ...
nxe's user avatar
  • 281
0 votes
1 answer
64 views

The route I'm having trouble is the below one: { path: "/report/:reportid", component: ReportPage, name: "ReportPage", props: true, meta: { requiresAuth: true }} This page hooks a ...
RaZzLe's user avatar
  • 2,150
1 vote
0 answers
41 views

I’m a Vue developer and I use @tanstack/vue-query to fetch data. I have a page with cards wrapped in router-link and infinite scrolling. The problem is when I scroll many times, go to a card (navigate ...
Feruz Atamyradow's user avatar
0 votes
0 answers
53 views

I am learning learning Vue/JavaScript for the first time and I've ran into a problem I am unable to figure out. I am trying to pass a some data I need to the next page via a parameter. Every time I ...
stirling's user avatar
  • 165
0 votes
1 answer
497 views

I have a vue.js library thats supposed to be kinda simple i just have a custom function for creating a vue app like this: import AppComp from "./components/App.vue"; export const ...
Mohammad Si Abbou's user avatar
0 votes
0 answers
36 views

I'm trying to convert a react project to vue, for educational purposes only. Instead of using RouterLink, I used a regular anchor like: <li><a href='#' @click="handleNavMenu('/URL')"...
Andre RB's user avatar
  • 316

15 30 50 per page
1
2 3 4 5
414