1.0.5 • Published 6 years ago

@bbjxl/wxc-panel v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

wxc-panel

panel - 小程序组件

Install

$ min install @bbjxl/wxc-panel

API

Panel

名称描述
title说明panel 上方的标题。类型String默认值""
margin说明panel 是否设置上边距。类型Boolean默认值true
border说明panel 是否设置边框。类型Boolean默认值true
bind:click说明panel 的点击事件。组件带有 slot 时,在组件上绑定事件触发事件会报错,故用自定义事件避免该错误。

ChangeLog

v1.0.0(2018-4-9)

  • 初始版本