-
### Vue version
latest
### Link to minimal reproduction
https://sfc.vuejs.org/#eNq1VMGOmzAQ/ZWRL2QlAneUbLt/UHWvXFgYwKmxLduQVhH/3sF2GtioaaXVKorAM2+ex2+eubAXrbNpRFawg60N1w4sulE/lxKAD1oZBxewfSWEOn/HNg…
posva updated
7 months ago
-
Hi Ryan,
What do you think about adding support for Navigation Guards in order to allow middleware implementation like authorization.
Vue did it this way:
https://router.vuejs.org/guide/advance…
-
### Vue version
3.2.36
### Link to minimal reproduction
https://codesandbox.io/s/vue-router-push-setup-node-is-null-gwfl0f
### Steps to reproduce
As soon as you open the reproduction you should b…
-
Pessoal
Estou com um problema quanto a rotas (router)
Quando executo meu frontend local a rota funciona
Quando publico ele no servidor de hospedagem não funciona
Ja configurei o arquivo web.co…
-
### Checklist
- [X] The issue can be reproduced in the [auth0-vue sample app](https://github.com/auth0-samples/auth0-vue-samples/tree/master/01-Login) (or N/A).
- [X] I have looked into the [Readme](…
-
```html
```
Ideally, `{ name: 'home-tag', params: { tag: name } }` should be a computed property and then used like:
```html
```
Related resources:
- https://vuejs.org/v2/guide/comp…
-
Hash mode has a bad impact on SEO (also mentioned here: https://router.vuejs.org/guide/essentials/history-mode.html#hash-mode)
Since this is a blog site, we want our blogs to reach other people and/o…
-
你好,Ken!
很感谢您的vue-demo项目,给了我很大启发!
最近我想在此项目中,插入monaco editor组件,但是均以失败告终!好像是monaco editor对webpack的版本要求在4.5.0,请问有什么办法来解决这种问题吗?
-
If I use `localized-link` with a string as `to` parameter, I get a translated link. But if pass an object, I get an untranslated output:
```html
// works, localized to /fr/lire
// not localized…
-
参考: https://router.vuejs.org/zh/guide/advanced/navigation-guards.html#全局前置守卫
一个自用的方法,能够使小程序代码接近H5原本的vue生态,仅供讨论:
```js
import { createApp } from 'vue';
const App = createApp({});
export de…