Skip to content

Commit 6255f54

Browse files
kaisawindPanJiaChen
authored andcommitted
fix[TagsView]: fixed refresh affixed-tag bug (#1653)
1 parent c249554 commit 6255f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/layout/components/TagsView.vue

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export default {
7676
routes.forEach(route => {
7777
if (route.meta && route.meta.affix) {
7878
tags.push({
79+
fullPath: path.resolve(basePath, route.path),
7980
path: path.resolve(basePath, route.path),
8081
name: route.name,
8182
meta: { ...route.meta }

0 commit comments

Comments
 (0)