docs(@vben-core/preferences): update comments (#7107)
parent
8a7e2bd8e4
commit
686c3f9208
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue