Drawer
Install

Install

this component is forked from: https://github.com/bajian/vue-drawer


API

Props

nametypedefaultdescriptionrequired version
showbooleanfalsevisibility of the component, use :show.sync to control the visibility(vue@^2.3.3)v2.4.0
drawer-stylestringmenu container stylesv2.4.0
show-modestringoverlayanimation type, can be push or overlayv2.4.0
placementstringleftplacement, left or rightv2.4.0

Slots

namedescriptionrequired version
defaultpage content containerv2.4.0
drawerdrawer menu containerv2.4.0


Contributors

Contributors

Total commits quantity: 8,Total contributors quantity: 1

airyland

Changelog

Releases

  • v2.4.0 [feature] new component