Skip to content
On this page

Vitesse - Opinionated Vite Starter Template

快速地使用@Erkelost/layout构建基础应用


在线 Demo

特性

  • 🗂 兼容 Vue3 和 Vue2 的 layout 组件

  • 🎨 尽可能支持所有 layout 布局

  • 🦾 TypeScript, 当然

  • ☁️ 零配置部署 Netlify


现在可以试试!

安装 推荐使用 pnpm

ts
npm install pnpm -g
pnpm add @erkelost/layout

Api

prop说明typedefault value
mode布局模式stringvertical
minWidth最小宽度numbernull
headerVisible是否显示 headerbooleantrue
headerHeightheader 高度numbernull
tabVisible是否显示标签栏boolean
tabHeighttab 高度number
fixedFooter固定底部boolean
fixedHeaderAndTab固定头部和标签boolean
footerVisible是否显示 footerboolean
fixedSider侧边栏固定布局false
holdHeaderFixedSider是否不占据 header 的高度进行 fixed 侧边栏布局false
footerHeightfooter 的高度number
fixedHeaderAndTab固定头部和标签boolean
siderVisible是否显示 siderboolean
siderWidth侧边栏宽度false
siderCollapsedWidth侧边栏折叠后的宽度false
siderCollapse侧边栏折叠的状态boolean
transitionDuration动画过渡时间number
transitionTimingFunction动画过渡速度曲线string
has loaded