Commit History

作者 SHA1 備註 提交日期
  Evan You c619b8d22c remove inline value warnings for checkbox/radio/select also (close #5112) 9 年之前
  Evan You 8e854a9ed1 only use click for v-model checkbox/radio in Chrome (fix #4796, #4896) 9 年之前
  Evan You 6cbee6b286 refactor: extract universal v-model codegen code and update weex v-model codegen 9 年之前
  Phan An b4115f71b2 Remove warnings about inline value attributes for v-model (closes #4733) (#4770) 9 年之前
  Evan You 9d6c8ec268 feat: allow customization of component v-model prop/event via model option (close #4515) 9 年之前
  Evan You bea4d87613 move input type=file warning to more proper place 9 年之前
  chengchao 9e38abca3e Support select multiple binding (fix #4755) (#4756) 9 年之前
  chengchao da955d1a4f Use 'click' event for checkbox and radio (fix #4620) (#4639) 9 年之前
  Evan You 4d9de6a2e3 do not use looseEqual for checkbox v-model if has no true-value binding (fix #4586) 9 年之前
  Evan You 8a7b02a159 avoid v-model with .trim/.number updating value when in focus (fix #4392) 9 年之前
  Evan You 3e8ac270a8 fix .trim modifier when v-model is used on custom component (fix #4204) 9 年之前
  勾三股四 4f84aefe43 support v-model in weex (#4178) 9 年之前
  chengchao 0cd1489e68 .number modifier should work with select, radio, checkbox (fix #4018) (#4022) 9 年之前
  defcc 3105661662 v-model binding with array. (fix #3958,#3979) (#3988) 9 年之前
  Evan You 5d0999ac37 ensure v-model runtime metadata for all types 9 年之前
  Evan You f35f7e35cd add v-model dynamic type warning 9 年之前
  Evan You 310f5a2f5f tweak v-model type=file warning phrasing 9 年之前
  Eduardo San Martin Morote b8095bf7b8 Warn when using v-model with input[type=file] (#3791) 9 年之前
  Evan You c47e128eb6 move browser sniffing code back to core/util/env 9 年之前
  Evan You 56960b5fbc support object looseEqual in v-model (fix #3673) 9 年之前
  Evan You 982913fb1e upgrade flow to 0.31 (close #3482) 9 年之前
  Evan You a152fe0e98 only gen checkbox/radio model on input tags (fix #3516) 9 年之前
  Evan You e62165ca89 ensure v-model to have higher priority than v-on events (fix #3468) 9 年之前
  Evan You 174e936e2a fix v-model on input[type=range] in IE (fix #3439) 9 年之前
  Evan You 9c4bf3590b make v-model checkbox replace array instead of mutating it 9 年之前
  Evan You 6cf19291be adjust v-model on component sync mechanism (fix #3179) 9 年之前
  Evan You 3fe127b05a fix v-model number conversion (fix #3140) 9 年之前
  Evan You 0c9c6ed08d guard input value as string for v-model 10 年之前
  Evan You 2a64b8a356 tests for v-model select 10 年之前
  Evan You c2ef6d8df9 v-model checkbox tests 10 年之前