perf(menu): optimize layout menu

This commit is contained in:
vben
2020-11-02 23:04:25 +08:00
parent d37806900e
commit 96c10d6c0f
26 changed files with 252 additions and 1114 deletions

View File

@@ -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)} />
);
},
});