From 668aab48d70f573ff942eedb42f948b78cd43c65 Mon Sep 17 00:00:00 2001 From: xiaodong2008 Date: Sat, 30 Nov 2024 00:09:59 +0800 Subject: [PATCH] fix: update prettier config and fix type --- .prettierignore | 1 + packages/app/src/components/TopMenubar.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/.prettierignore b/.prettierignore index c5e9fa0..a52ba54 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,3 +6,4 @@ dist *timestamp* pnpm-lock.yaml pnpm-workspace.yaml +output.css \ No newline at end of file diff --git a/packages/app/src/components/TopMenubar.vue b/packages/app/src/components/TopMenubar.vue index 0cdf6dd..b5d6a09 100644 --- a/packages/app/src/components/TopMenubar.vue +++ b/packages/app/src/components/TopMenubar.vue @@ -5,6 +5,7 @@ interface MenuItem { name: string; action?: () => void; children?: MenuItem[]; + showMenu?: boolean; } const menu: MenuItem[] = reactive([