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

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

@@ -337,7 +337,7 @@ describe('Directive v-model checkbox', () => {
       expect(vm.$el.children[1].textContent).toBe('false')
       expect(vm.$el.children[1].textContent).toBe('false')
     }).then(done)
     }).then(done)
   })
   })
-  
+
   // #7811
   // #7811
   it('type should not be overwritten by v-bind', () => {
   it('type should not be overwritten by v-bind', () => {
     const vm = new Vue({
     const vm = new Vue({