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.
 
 
 
 
 
Evan You f148077437 chore: format 7 years ago
..
bind.spec.js feat: support sync modifier for v-bind="object" (#5943) 8 years ago
class.spec.js properly merge classes between multiple nested components sharing the same element (fix #3365) 8 years ago
cloak.spec.js test for v-cloak 9 years ago
for.spec.js fix: allow multiline expression in v-for 7 years ago
html.spec.js proper fix for attribute decode in PhantomJS 8 years ago
if.spec.js fix v-for on v-else branch regression (fix #4464) 8 years ago
model-checkbox.spec.js chore: format 7 years ago
model-component.spec.js fix(v-model): should generate component-specific code for tags with "is" attribute 7 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 remove inline value warnings for checkbox/radio/select also (close #5112) 8 years ago
model-select.spec.js fix(model): correctly set select v-model initial value on patch (#6910) 7 years ago
model-text.spec.js fix(v-model): handle trailing whitespaces in expression (#7737) 7 years ago
on.spec.js fix: support KeyboardEvent.key in built-in keyboard event modifiers (#7121) 7 years ago
once.spec.js fix(core): static trees should be cached on options (#6826) (#6837) 7 years ago
pre.spec.js added pre directive tests (#2891) 9 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 Support auto-prefixed style value as array (client/ssr) (#5460) 8 years ago
text.spec.js improve waitForUpdate() syntax 9 years ago