Explorar o código

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

橙子 hai 5 meses
pai
achega
686c3f9208
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/@core/preferences/src/use-preferences.ts

+ 1 - 1
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';