Explorar o código

fix eslint warning

Evan You %!s(int64=10) %!d(string=hai) anos
pai
achega
145b0f5da9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/unit/specs/directives/element/slot_spec.js

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

@@ -349,7 +349,7 @@ describe('Slot Distribution', function () {
   })
 
   it('inside v-for', function () {
-    var vm = new Vue({
+    new Vue({
       el: el,
       template: '<comp v-for="item in items">{{item.value}}</comp>',
       data: {