Skip to content

Commit 1372645

Browse files
committed
fix eslint warning
1 parent 264d89a commit 1372645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/element-directives/slot_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ describe('Slot Distribution', function () {
348348
})
349349

350350
it('inside v-for', function () {
351-
var vm = new Vue({
351+
new Vue({
352352
el: el,
353353
template: '<comp v-for="item in items">{{item.value}}</comp>',
354354
data: {

0 commit comments

Comments
 (0)