6 lines
179 B
Vue
6 lines
179 B
Vue
<template>
|
|
<Progress labelProgress="true" labelPosition="inside" size="lg" progress="45"></Progress>
|
|
</template>
|
|
<script setup>
|
|
import { Progress } from 'flowbite-vue'
|
|
</script> |