6 lines
188 B
Vue
6 lines
188 B
Vue
<template>
|
|
<Progress labelProgress="true" labelPosition="inside" size="lg" progress="45"></Progress>
|
|
</template>
|
|
<script setup>
|
|
import { Progress } from '../../../../src/index'
|
|
</script> |