fix: Path fixes

This commit is contained in:
Ilya Artamonov
2022-11-21 21:08:52 +03:00
parent f41fcc994a
commit aba9da556e
5 changed files with 8 additions and 8 deletions

View File

@@ -11,5 +11,5 @@
</div>
</template>
<script setup>
import { Progress } from 'flowbite-vue'
import { Progress } from '../../../../src/index'
</script>

View File

@@ -4,5 +4,5 @@
</div>
</template>
<script setup>
import { Progress } from 'flowbite-vue'
import { Progress } from '../../../../src/index'
</script>

View File

@@ -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>

View File

@@ -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>

View File

@@ -7,5 +7,5 @@
</div>
</template>
<script setup>
import { Progress } from 'flowbite-vue'
</script>
import { Progress } from '../../../../src/index'
</script>