diff --git a/src/components/Menu/src/BasicMenu.vue b/src/components/Menu/src/BasicMenu.vue
index d4cfc82c..80cfd70a 100644
--- a/src/components/Menu/src/BasicMenu.vue
+++ b/src/components/Menu/src/BasicMenu.vue
@@ -126,9 +126,6 @@
emit('menuClick', key);
isClickGo.value = true;
- // const parentPath = await getCurrentParentPath(key);
-
- // menuState.openKeys = [parentPath];
menuState.selectedKeys = [key];
}
diff --git a/src/components/Menu/src/components/BasicMenuItem.vue b/src/components/Menu/src/components/BasicMenuItem.vue
index 3318b3c8..2a565627 100644
--- a/src/components/Menu/src/components/BasicMenuItem.vue
+++ b/src/components/Menu/src/components/BasicMenuItem.vue
@@ -1,13 +1,11 @@
diff --git a/src/components/registerGlobComp.ts b/src/components/registerGlobComp.ts
index d44c618e..feb060e7 100644
--- a/src/components/registerGlobComp.ts
+++ b/src/components/registerGlobComp.ts
@@ -1,5 +1,4 @@
import type { App } from 'vue';
-// import { Icon } from './Icon';
import { Button } from './Button';
import {
// Need
diff --git a/windi.config.ts b/windi.config.ts
index 97e4aad5..fa642bba 100644
--- a/windi.config.ts
+++ b/windi.config.ts
@@ -29,7 +29,7 @@ export default defineConfig({
* Used for animation when the element is displayed
* @param maxOutput The larger the maxOutput output, the larger the generated css volume
*/
-function createEnterPlugin(maxOutput = 10) {
+function createEnterPlugin(maxOutput = 8) {
const createCss = (index: number, d = 'x') => {
const upd = d.toUpperCase();
return {