Coder Social home page Coder Social logo

v-drawer's Introduction

vue-drawer

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

抽屉组件

  • Attributes
参数 类型 是否必须 说明 默认值
value Boolean 抽屉是否显示,可使用 v-model 双向绑定数据 false
title String 标题 -
width String 宽度 260px
modal Boolean 是否需要遮罩层 false
modalStyle Object,String 遮罩层样式 -
placement String 抽屉的方向,可选值为 left 或 right right
closable Boolean 是否显示右上角的关闭按钮 false
fullscreen Boolean 是否全屏 false
drawerClass String 外层类名 -
styles Object 内容的样式 -
center Boolean 顶部是否居中 false
lockScroll Boolean 是否在drawer出现时将 body 滚动锁定 false
maskClosable Boolean 是否允许点击遮罩区域关闭 true
outClosable Boolean 是否允许点击其他区域关闭 true
beforeClose function(done),done 用于关闭 关闭之前回调 false
inner Boolean 是否在某个盒子内部使用,外层盒子需要增加属性position:relative false
  • Slot
参数 说明
header 自定义标题栏
  • Events
参数 说明 回调参数
input 关闭处理,必传 false
close 关闭的回调 -
onVisibleChange 显示和关闭切换回调 true显示false关闭

v-drawer's People

Contributors

498755303 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.