From 4fe91f53b3ab040c3c937032aa16e8b8827e5215 Mon Sep 17 00:00:00 2001 From: munkh-altai Date: Mon, 2 Oct 2023 11:50:54 +0800 Subject: [PATCH] menu layout example fixed --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index d8453c7..eccd9ab 100644 --- a/.env.development +++ b/.env.development @@ -5,5 +5,5 @@ LAMBDA_SUB_TITLE="Lambda platform" LAMBDA_DESCRIPTION="Let's develop smart, fast and productive" LAMBDA_FAVICON="/assets/images/favicon.png" LAMBDA_ROOT="@lambda-platform/lambda-vue" -LAMBDA_MENU_LAYOUT="sidemenu" //sidemenu, topmenu, levelmenu +LAMBDA_MENU_LAYOUT="sidemenu"