-
### **Description of Bug**
When importing `vue-router` in the Vue 3 Starter, an error appears:
```
Error in /turbo_modules/vue-router@4.0.8/dist/vue-router.global.js (3365:7)
Vue is not defi…
-
vue-router seems to be intercepting events after it should have already been destroyed.
It seems like after single-spa tells the vue app to unmount, vue-router is continuing to try and catch rout…
-
**Describe the bug**
requests to display profiles shows a spinning circle (ie 'waiting') that just continues to spin
**To Reproduce**
Steps to reproduce the behavior:
Either select the menu item…
-
### Description
Implementiere einen visuellen Fortschrittsbalken, der am oberen Rand der Anwendung angezeigt wird, wenn eine neue Seite geladen wird. Der Fortschrittsbalken bietet ein verbessertes Fe…
-
### 🐛 The bug
```
WARN [Vue warn]: Extraneous non-props attributes (data-v-14ce88ff) were passed to component but could not be automatically inherited because component renders fragment or text roo…
-
```
[plugin:vite-plugin-vue-inspector] unknown: Unexpected token, expected "}" (5:6)
8 | })
src/ui/pages/settings.vue:5:6
3 |
4 | definePage({
5 | meta: {
| ^
6 | re…
-
Getting this exception with a minimally configured map.
```
vue-leaflet.es.js:47 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'Default')
at qe (vue-leaflet.es…
-
I want to implement [vue-router-prefetch](https://github.com/egoist/vue-router-prefetch) and add some navigation guards. But i don't know how to do it since router is auto generated and i don't know w…
-
La documentation de Vue Router peut-être traduite/relue sur le dépôt `vuejs-fr/vue-router`.
Le workflow de traduction est différent de celui du site officiel et est expliqué dans les issus du proje…
-
### Steps to reproduce
创建一个 vue3 项目,farm 使用最新正式版,安装 scss 插件,安装 ant-design-vue,在修改代码后,热更新会生效,页面上的内容被正确的替换。但如果刷新浏览器,有几率导致刚刚热更新的内容丢失,页面会恢复到热更新之前的效果。
我改的 .vue 文件中的 scss 代码,不确定修改 script 或 template 中的代码…