fix: Path fixes
This commit is contained in:
@@ -11,5 +11,5 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Progress } from 'flowbite-vue'
|
||||
import { Progress } from '../../../../src/index'
|
||||
</script>
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Progress } from 'flowbite-vue'
|
||||
import { Progress } from '../../../../src/index'
|
||||
</script>
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
<Progress labelProgress="true" labelPosition="inside" size="lg" progress="45"></Progress>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Progress } from 'flowbite-vue'
|
||||
</script>
|
||||
import { Progress } from '../../../../src/index'
|
||||
</script>
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
<Progress labelProgress="true" labelPosition="outside" label="Flowbite Vue 3" progress="45"></Progress>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Progress } from 'flowbite-vue'
|
||||
</script>
|
||||
import { Progress } from '../../../../src/index'
|
||||
</script>
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Progress } from 'flowbite-vue'
|
||||
</script>
|
||||
import { Progress } from '../../../../src/index'
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user