Hanks
d6200d7026
feat(weex): update weex recycle-list compiler ( #7610 )
+ Support v-once
+ Generate @templateId on the root element of each component
+ Add binding-expression attribute on recycle-list
+ Fix the compile result of v-else-if and v-else
7 years ago
Hanks
ff8fcd2e2b
feat(weex): support parse object literal in binding attrs and styles ( #7291 )
7 years ago
Evan You
7cc0b559e9
feat(weex): update new syntax for <recycle-list>
7 years ago
Hanks
d544d052a9
fix(weex): append as tree by default for recycle-list and cell-slot ( #7216 )
7 years ago
Evan You
904d9c9a81
test: fix weex test case
7 years ago
Evan You
9463ac8746
test: fix weex tests
7 years ago
Hanks
29445153e3
[weex] Support unary and left open tags ( #5052 )
* [weex] Support unary and left open tags
* [weex] add test case for unary tag
* [compiler] move canBeLeftOpenTag to compiler option
8 years ago
Evan You
fc6f181052
fix weex model test
8 years ago
YOU
61930e0cc6
chore(test): fix some typos ( #5101 )
8 years ago
Evan You
d304eee296
fix weex tests
8 years ago
Hanks
3e523e6d57
[weex] convert kebab-case attribute name to camelCase in compiler ( #4964 )
* [weex] add test case for camelize props
* [weex] add test case for append props
* [weex] camelize component attribute name
* [weex] more reliable camelize functions
8 years ago
Evan You
6cbee6b286
refactor: extract universal v-model codegen code and update weex v-model codegen
8 years ago
Evan You
bf8aac0053
fix weex test case
8 years ago
Evan You
9cfd63a7d0
fix weex tests
8 years ago
Evan You
f4df893828
fix weex tests for optimizer adjustments
8 years ago
Evan You
3e8ac270a8
fix .trim modifier when v-model is used on custom component ( fix #4204 )
8 years ago
Evan You
cccc277dd9
fix eslint
8 years ago
Evan You
4e38b54274
fix weex tests for component slot static check change
8 years ago
勾三股四
4f84aefe43
support v-model in weex ( #4178 )
* [wip] supported v-model in Weex
* fixed v-model in weex
* added test cases for v-model in weex
* used strToRegExp for all test cases in weex
* fixed eslint
* fixed parseModel test case
8 years ago
Evan You
cb253d7405
wip: weex framework integration
8 years ago