feat: add tab url demo (#2114)

This commit is contained in:
花裤衩
2019-05-27 15:48:45 +08:00
committed by GitHub
parent f891202706
commit e8837d161e
2 changed files with 13 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ export default {
return this.$store.state.tagsView.cachedViews
},
key() {
return this.$route.fullPath
return this.$route.path
}
}
}