This commit is contained in:
HAM!DREZA
2024-06-03 20:55:40 +03:30
parent ca0e6e6046
commit 5310ec4dbc
3 changed files with 16 additions and 10 deletions
@@ -61,15 +61,18 @@
class="mt-[3vw] md:mt-[0.7vw] h-[2.051vw] md:h-[0.521vw] rounded-[2vw] md:rounded-[0.521vw]"
>
<div
:class="`w-[${props.props.completionPercentage}%]`"
class="rounded-[2vw] md:rounded-[0.521vw] h-[2.051vw] md:h-[0.521vw]"
></div>
:class="`w-[${props.props.completionPercentage}%]`"
class=" rounded-[2vw] md:rounded-[0.521vw] h-[2.051vw] md:h-[0.521vw]"
>
<!-- {{props.props.completionPercentage}} -->
</div>
</div>
</div>
</div>
</template>
<script setup>
const adad = 2;
const props = defineProps(['props'])
</script>
<style scoped>