Skip to content

Commit

Permalink
style(cli/site): fix types
Browse files Browse the repository at this point in the history
affects: @varlet/cli
  • Loading branch information
haoziqaq committed Oct 21, 2021
1 parent 47db851 commit d768db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-cli/site/pc/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default defineComponent({
componentName.value = getComponentNameByMenuName(_menuName)
menuName.value = _menuName
language.value = lang
document.title = get(config, 'pc.title')[lang]
document.title = get(config, 'pc.title')[lang] as string
},
{ immediate: true }
)
Expand Down

0 comments on commit d768db4

Please sign in to comment.