Update docs/components/progress/examples/ProgressInsideLabelExample.vue
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
<Progress labelProgress="true" labelPosition="inside" size="lg" progress="45"></Progress>
|
<Progress labelProgress="true" labelPosition="inside" size="lg" progress="45"></Progress>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import { Progress } from '../../../../src/index'
|
import { Progress } from 'flowbite-vue'
|
||||||
</script>
|
</script>
|
||||||
Reference in New Issue
Block a user