Progress add new prop: text-inside
This commit is contained in:
parent
ed83b3c088
commit
d87a8854b1
3 changed files with 25 additions and 3 deletions
|
@ -11,6 +11,10 @@
|
|||
<Progress :percent="65" status="wrong"></Progress>
|
||||
<Progress :percent="100"></Progress>
|
||||
<Progress :percent="25" hide-info></Progress>
|
||||
|
||||
<Divider></Divider>
|
||||
|
||||
<Progress :percent="10" :stroke-width="20" text-inside></Progress>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue