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