We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8029c07 commit c44d001Copy full SHA for c44d001
src/views/layout/components/TagsView.vue
@@ -76,6 +76,7 @@ export default {
76
routes.forEach(route => {
77
if (route.meta && route.meta.affix) {
78
tags.push({
79
+ fullPath: path.resolve(basePath, route.path),
80
path: path.resolve(basePath, route.path),
81
name: route.name,
82
meta: { ...route.meta }
0 commit comments