-
Hello guys,
first of all have to say that single-spa seems gr8 work for me and my team needs.
However, we play a lot with VueJS and want to combine it with single-spa so we can make our project …
-
## 浏览器默认跳转行为
### 现象
在 `vuejs` 应用中,有些链接会刷新控制台,有些不会,即有部分刷新控制台的链接执行了多页面跳转。这引起了自己的思考。
多页面跳转的弊端有:
1. `` 标签执行多页面跳转时,无法在跳转过程中处理过场动画的问题。用户体验差,页面出现冻结。
2. 多页面跳转将会刷新整个页面,那么将导致无关组件的不必要的重建刷新。
###…
-
In order to match this case: https://router.vuejs.org/guide/essentials/nested-routes.html#Nested-Named-Routes
Where the parent route name should not be defined, it should be possible to defined the r…
-
Hello,
I want to make a Blog, with the vuejs router. So I thought to fork this branch and integrate the vuejs router into it.
Do you see any disadvantages using the router for a blog-page (seo).…
-
### What problem is this solving
### Description
Vue Router currently calculates the scroll position on every router.push navigation by invoking the computeScrollPosition function, which accesse…
-
# Description
Avoid logic applied to the router instance by modifying the method of `VueRouter`.
Follow guidelines to achieve the same result https://router.vuejs.org/guide/
https://github.com/…
cnotv updated
1 month ago
-
**What rule do you want to change?**
vue/no-side-effects-in-computed-properties
**Does this change cause the rule to produce more or fewer warnings?**
More warnings
**How will the change …
-
```
[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…
-
**Describe the bug**
Thumbnails do not show in an unauthenticated session using a public photo album link.
**To Reproduce**
Steps to reproduce the behavior:
1. Use Firefox
2. Create an album wi…
-
##### 版本号:
3.6.3
##### 问题描述:
使用嵌套路由的方式来配置菜单
https://router.vuejs.org/zh/guide/essentials/nested-routes.html
##### 错误截图:
#### 友情提示:
- 未按格式要求发帖、描述过于简单的,会被直接删掉;
- 描述问题请图文并茂,方便我们…