Explorar el Código

fix eslint warning

Evan You hace 10 años
padre
commit
145b0f5da9
Se han modificado 1 ficheros con 1 adiciones y 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: {