Skip to content

Commit 28758b9

Browse files
Merge pull request LucasLeandro1204#15 from Shaegi/master
Fix for issue 14
2 parents 80d7ae4 + bb5c098 commit 28758b9

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)