Browse Source

docs(@vben-core/preferences): update comments (#7107)

pull/7108/head
橙子 3 weeks ago
committed by GitHub
parent
commit
686c3f9208
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/@core/preferences/src/use-preferences.ts

2
packages/@core/preferences/src/use-preferences.ts

@ -136,7 +136,7 @@ function usePreferences() {
});
/**
* @zh_CN
* @zh_CN
*/
const authPanelRight = computed(() => {
return appPreferences.value.authPageLayout === 'panel-right';

Loading…
Cancel
Save