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 f9eb198 commit 406a87aCopy full SHA for 406a87a
test/unit/specs/slide.spec.js
@@ -67,7 +67,7 @@ function createSlide (items, changeHandler) {
67
const vm = createVue({
68
template: `
69
<cube-slide :interval="interval" @change="change" style="width:300px;height:100px;">
70
- <cube-slide-item v-for="item in items" key="item"><a>{{item}}</a></cube-slide-item>
+ <cube-slide-item v-for="item in items" :key="item"><a>{{item}}</a></cube-slide-item>
71
</cube-slide>
72
`,
73
data: {
0 commit comments