Browse Source

chore: format

dev
Evan You 7 years ago
parent
commit
f148077437
  1. 2
      test/unit/features/directives/model-checkbox.spec.js

2
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')
}).then(done)
})
// #7811
it('type should not be overwritten by v-bind', () => {
const vm = new Vue({

Loading…
Cancel
Save