We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0eaf9 commit 6b4c0f9Copy full SHA for 6b4c0f9
src/platforms/web/compiler/modules/model.js
@@ -1,7 +1,7 @@
1
/* @flow */
2
3
/**
4
- * 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
5
* Turn this:
6
* <input v-model="data[type]" :type="type">
7
* into this:
0 commit comments