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

This commit is contained in:
橙子
2026-01-14 19:36:45 +08:00
committed by GitHub
parent 8a7e2bd8e4
commit 686c3f9208

View File

@@ -136,7 +136,7 @@ function usePreferences() {
}); });
/** /**
* @zh_CN 登录注册页面布局是否为 * @zh_CN 登录注册页面布局是否为
*/ */
const authPanelRight = computed(() => { const authPanelRight = computed(() => {
return appPreferences.value.authPageLayout === 'panel-right'; return appPreferences.value.authPageLayout === 'panel-right';