We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d7ae4 commit bb5c098Copy full SHA for bb5c098
src/components/presets/BulletList.vue
@@ -1,6 +1,6 @@
1
<template>
2
<vue-content-loading v-bind="$attrs" :width="230" :height="height">
3
- <template v-for="i in rows">
+ <template v-for="i in rows" :key="i">
4
<circle :key="i" cx="8" :cy="getYPos(i, 8)" r="8" />
5
<rect :key="i" x="22" :y="getYPos(i, 3)" rx="3" ry="3" width="200" height="9" />
6
</template>
0 commit comments