1.0.9 • Published 7 years ago

v-drawer v1.0.9

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

v-drawer

Build Status

demo

Install

v-drawer

Development

# install
npm install --save v-drawer

# run
npm run dev

# build
npm run build

Example

local: http://localhost:3002/

online: http://mapleliu.com/v-drawer/

Usage

import Vue from 'vue';
import VDrawer from 'v-drawer';

Vue.component(VDrawer.name, VDrawer);

API

props

参数说明类型默认值可选值
position抽屉所在位置Stringleftleft,right,top,bottom
open抽屉是否展开Boolean-
docked抽屉是否嵌入文档Boolean-
sidebar-style侧边栏样式String Object--
overlay-style遮罩层样式String Object--
content-style抽屉内容样式String Object--
forbid-click禁止背景点击Booleanfalse-
1.0.9

7 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago