Skip to content

Commit e1d961b

Browse files
committed
fix: line snippet
Signed-off-by: Sergej Atamantschuk <[email protected]>
1 parent f3a2ccc commit e1d961b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<ve-progress line="round" :thickness="15" :progress="50" />
3-
<ve-progress line="butt" :thickness="15" :progress="50" />
43
<ve-progress line="square" :thickness="15" :progress="50" />
4+
<ve-progress line="butt" :thickness="15" :progress="50" />
55
</template>
6+
<script setup lang="ts"></script>

0 commit comments

Comments
 (0)