Browse Source

chore: typo in comment

dev
7006 5 years ago
committed by Eduardo San Martin Morote
parent
commit
6b4c0f9c89
  1. 2
      src/platforms/web/compiler/modules/model.js

2
src/platforms/web/compiler/modules/model.js

@ -1,7 +1,7 @@
/* @flow */
/**
* Expand input[v-model] with dyanmic type bindings into v-if-else chains
* Expand input[v-model] with dynamic type bindings into v-if-else chains
* Turn this:
* <input v-model="data[type]" :type="type">
* into this:

Loading…
Cancel
Save