docs(@vben-core/preferences): update comments (#7107)
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user