# Button 按钮
----
### 基础用法
```week-ui-button``` 详细参数见 [http://cnpm.51.nb/package/@u51/week-ui-button](http://cnpm.51.nb/package/@u51/week-ui-button)

<div class="demo-block">
  <div class="demo-container">
    <l-button :data="{context: 'hello world'}"></l-button>
  </div>
</div>

::: demo
```html
<l-button :data="{context: 'hello world'}"></l-button>
```
:::
