feat(hooks): Add useIntro hook
feat: Add guide demo
This commit is contained in:
@@ -70,6 +70,7 @@ export default defineComponent({
|
||||
|
||||
return () => (
|
||||
<div
|
||||
id={prefixCls}
|
||||
class={[
|
||||
`${prefixCls} ${prefixCls}__${unref(menuMode)}`,
|
||||
'h-[100%] overflow-hidden z-100 flex-col bg-[var(--left-menu-bg-color)]',
|
||||
|
||||
Reference in New Issue
Block a user