Skip to content

Commit bb5c098

Browse files
committed
fix for issue 14
1 parent 80d7ae4 commit bb5c098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/presets/BulletList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<vue-content-loading v-bind="$attrs" :width="230" :height="height">
3-
<template v-for="i in rows">
3+
<template v-for="i in rows" :key="i">
44
<circle :key="i" cx="8" :cy="getYPos(i, 8)" r="8" />
55
<rect :key="i" x="22" :y="getYPos(i, 3)" rx="3" ry="3" width="200" height="9" />
66
</template>

0 commit comments

Comments
 (0)