14 lines
163 B
Markdown
14 lines
163 B
Markdown
# Button
|
|
|
|
<DemoContainer>
|
|
<Button :action="() => {}" >
|
|
Test Button
|
|
</Button>
|
|
</DemoContainer>
|
|
|
|
```vue
|
|
<Button :action="() => {}" >
|
|
Test Button
|
|
</Button>
|
|
```
|