first commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<template>
|
||||
<div class="demo-space-x">
|
||||
<VProgressCircular
|
||||
indeterminate
|
||||
color="primary"
|
||||
/>
|
||||
|
||||
<VProgressCircular
|
||||
indeterminate
|
||||
color="secondary"
|
||||
/>
|
||||
|
||||
<VProgressCircular
|
||||
indeterminate
|
||||
color="success"
|
||||
/>
|
||||
|
||||
<VProgressCircular
|
||||
indeterminate
|
||||
color="info"
|
||||
/>
|
||||
|
||||
<VProgressCircular
|
||||
indeterminate
|
||||
color="warning"
|
||||
/>
|
||||
|
||||
<VProgressCircular
|
||||
indeterminate
|
||||
color="error"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user