mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
14 lines
163 B
Markdown
14 lines
163 B
Markdown
# Button
|
|
|
|
<DemoContainer>
|
|
<Button :action="() => {}" >
|
|
Test Button
|
|
</Button>
|
|
</DemoContainer>
|
|
|
|
```vue
|
|
<Button :action="() => {}" >
|
|
Test Button
|
|
</Button>
|
|
```
|