We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4b926 commit 484e538Copy full SHA for 484e538
src/platforms/web/runtime/directives/model.js
@@ -4,7 +4,7 @@
4
*/
5
6
import { looseEqual, looseIndexOf } from 'shared/util'
7
-import { warn, nextTick, isAndroid, isIE9, isIE, isEdge } from 'core/util/index'
+import { warn, isAndroid, isIE9, isIE, isEdge } from 'core/util/index'
8
9
const modelableTagRE = /^input|select|textarea|vue-component-[0-9]+(-[0-9a-zA-Z_\-]*)?$/
10
0 commit comments