first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<div class="demo-space-y">
|
||||
<VProgressLinear
|
||||
color="rgb(var(--v-theme-primary))"
|
||||
model-value="75"
|
||||
striped
|
||||
/>
|
||||
|
||||
<VProgressLinear
|
||||
color="rgb(var(--v-theme-success))"
|
||||
model-value="55"
|
||||
striped
|
||||
/>
|
||||
|
||||
<VProgressLinear
|
||||
color="rgb(var(--v-theme-warning))"
|
||||
model-value="35"
|
||||
striped
|
||||
/>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user