In cases the AppLogo Wegue component implemented in AppLogo.vue should provide a hyperlink for when a user clicks the logo. This feature should be optional via a new AppLogo config attribute logoLink.
Possibly also the link target like "_blank" could be configured in logoLinkTarget.
Also can be applied to the title (v-toolbar-title) in the AppHeader implemented in AppHeader.vue: provide optional config for titleLink and titleLinkTarget.
In cases the
AppLogoWegue component implemented in AppLogo.vue should provide a hyperlink for when a user clicks the logo. This feature should be optional via a new AppLogo config attributelogoLink.Possibly also the link target like
"_blank"could be configured inlogoLinkTarget.Also can be applied to the
title(v-toolbar-title) in the AppHeader implemented in AppHeader.vue: provide optional config fortitleLinkandtitleLinkTarget.