Evan You 9 лет назад
Родитель
Сommit
b3710e07e9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/unit/features/directives/model-select.spec.js

+ 1 - 1
test/unit/features/directives/model-select.spec.js

@@ -205,7 +205,7 @@ describe('Directive v-model select', () => {
   })
 
   it('should warn multiple with non-Array value', () => {
-    const vm = new Vue({
+    new Vue({
       data: {
         test: 'meh'
       },