first commit
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<template>
|
||||
<div class="demo-space-x">
|
||||
<VBtn variant="outlined">
|
||||
Primary
|
||||
</VBtn>
|
||||
<VBtn
|
||||
variant="outlined"
|
||||
color="secondary"
|
||||
>
|
||||
Secondary
|
||||
</VBtn>
|
||||
<VBtn
|
||||
variant="outlined"
|
||||
color="success"
|
||||
>
|
||||
Success
|
||||
</VBtn>
|
||||
<VBtn
|
||||
variant="outlined"
|
||||
color="info"
|
||||
>
|
||||
Info
|
||||
</VBtn>
|
||||
<VBtn
|
||||
variant="outlined"
|
||||
color="warning"
|
||||
>
|
||||
Warning
|
||||
</VBtn>
|
||||
<VBtn
|
||||
variant="outlined"
|
||||
color="error"
|
||||
>
|
||||
Error
|
||||
</VBtn>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user