mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
perf(menu): optimize layout menu
This commit is contained in:
@@ -72,7 +72,7 @@ export default defineComponent({
|
||||
onMounted(update);
|
||||
|
||||
return () => (
|
||||
<div ref={elRef} class={[attrs.class, 'app-iconify']} style={unref(wrapStyleRef)} />
|
||||
<div ref={elRef} class={[attrs.class, 'app-iconify anticon']} style={unref(wrapStyleRef)} />
|
||||
);
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user