Victor Saa

Results 35 comments of Victor Saa
trafficstars

@Kolobok12309 why are you trying to add your custom router on a dinamically created route?

Short answer: It does. Source: I migrated a project using the bridge and so far i didn't have any issue apart from the fact that i have to export the...

> Hi @rchl, > > Would you have a spare moment to see how this draft PR could be tweaked for using with Nuxt 3 & Bridge? Nuxt i18n is...

> Thanks for the tip @vis97c! Have you managed to make it work by any chance or this is a pure guess? I am using TypeScript and couldn't see the...

Vue router 4 docs: https://next.router.vuejs.org/guide/

Figured out how to make the router reactive making use of one of vue3 awesome features: In your router file: ```typescript import Vue from "vue"; import Router from "vue-router"; import...

@tol64 I have since moved away from that approach which I had to use due to the necessity of multiple components per view in my project. Now in nuxt3 layouts...

For anyone looking for a quick fix, just create a definition file with the following: ```ts // types/sweetmodal.d.ts declare module "sweet-modal-vue/src/plugin.js" { import { PluginObject } from "vue"; const SweetModal:...

Having the same issue on a fresh install. E: Apparently the issue is that I was also installing my own version of vue-i18n-next and this package is using a beta...