perf: 代码优化 layout/AppMain

This commit is contained in:
pany 2023-06-13 13:01:13 +08:00
parent 4dce9658ff
commit 62e1a7a63d

View File

@ -7,6 +7,7 @@ const route = useRoute()
const tagsViewStore = useTagsViewStore() const tagsViewStore = useTagsViewStore()
const key = computed(() => { const key = computed(() => {
// route.path route.fullPath path
return route.path return route.path
}) })
</script> </script>