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