Hanks
|
466e849c85
|
Be able to delete array item in `Vue.delete` (#4747)
* Support to delete array item in Vue.delete
* add test case for Vue.delete array
* add blank line between test cases
|
8 years ago |
Evan You
|
8c8eaea0fb
|
restructure global api tests + ensure global mixins work regardless of constructor creation time
|
9 years ago |
Evan You
|
f8ece6144a
|
improve waitForUpdate() syntax
|
9 years ago |
Evan You
|
07cf6444c6
|
return this in $mount, make unit tests more consistent
|
9 years ago |
Evan You
|
f550933334
|
fix unit tests in Firefox/Safari
|
9 years ago |
Jinjiang
|
657ba390c7
|
directives v-for v-html v-text v-show (#7)
* v-text & v-html tests
* new es2015 syntax
* passed v-html test
* fixed if/for/else render update bug
* fixed if/for/else render update bug
* added v-else with v-if test
* added v-if test with v-else and v-for
* fixed code format
* fixed Vue.delete bug
* v-for test
|
9 years ago |
Evan You
|
e649795596
|
improve linting
|
9 years ago |
Jinjiang
|
84549215bf
|
global api tests (#6)
* Vue.set & Vue.delete tests
* more global api tests
* new es2015 syntax
|
9 years ago |