You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Andrzej Swaton 3d46692ee4
feat(warns): avoid warning native modifiers on dynamic components (#11052)
4 years ago
..
bind.spec.js fix: v-bind object should be overridable by single bindings (#9653) 6 years ago
class.spec.js refactor(core): Replace "var" (#8299) 6 years ago
cloak.spec.js test for v-cloak 9 years ago
for.spec.js test: test case for v-for native collection support 6 years ago
html.spec.js feat: support custom toString() in text interpolation and v-html (#8217) 6 years ago
if.spec.js fix v-for on v-else branch regression (fix #4464) 8 years ago
model-checkbox.spec.js fix: fix checkbox event edge case in Firefox 6 years ago
model-component.spec.js fix(v-model): add value to $attrs if not defined in props (#9331) 6 years ago
model-dynamic.spec.js feat: support v-model dynamic type binding for v-bind="object" 7 years ago
model-file.spec.js tweak v-model type=file warning phrasing 8 years ago
model-parse.spec.js feat(v-model): craete non-existent properties as reactive 7 years ago
model-radio.spec.js refactor(core): Replace "var" (#8299) 6 years ago
model-select.spec.js refactor(core): Replace "var" (#8299) 6 years ago
model-text.spec.js fix: avoid blocking first input event in IE when it shouldn't (#9297) 6 years ago
on.spec.js feat(warns): avoid warning native modifiers on dynamic components (#11052) 4 years ago
once.spec.js fix(core): static trees should be cached on options (#6826) (#6837) 7 years ago
pre.spec.js fix(v-pre): do not alter attributes (#10088) 4 years ago
show.spec.js unbind v-show if no longer present during patch (fix #4484) 8 years ago
static-style-parser.spec.js fix static style parse error. (#4349) 8 years ago
style.spec.js fix: fix v-bind:style for camelCase properties with !important (#9386) 6 years ago
text.spec.js feat: support custom toString() in text interpolation and v-html (#8217) 6 years ago