Chris Casola
|
baabd6d140
fix(compiler): warn when inline-template component has no children (fix #6703) (#6715)
|
před 8 roky |
Evan You
|
684cd7d21a
fix: preserve slot attribute if not resolved by Vue
|
před 8 roky |
Josh Soref
|
f477ecdbbb
chore: spelling (#6535)
|
před 8 roky |
laoxiong
|
d03fa26687
fix(compile): properly generate comments with special character (#6156)
|
před 8 roky |
wenlu.wang
|
e4da249ab8
feat: add `comments` option to allow preserving comments in template (#5951)
|
před 9 roky |
wenlu.wang
|
3965e5053a
feat: support sync modifier for v-bind="object" (#5943)
|
před 9 roky |
Evan You
|
303780acd2
make function compilation reusable
|
před 9 roky |
Evan You
|
e7dfcc334d
fix custom directive arg fall through (fix #5162)
|
před 9 roky |
kingwl
|
4964b253d0
fix wrong order of generate modifier code (#5147)
|
před 9 roky |
Evan You
|
a524919d21
fix v-on inline function expression with modifiers (fix #5120)
|
před 9 roky |
YOU
|
61930e0cc6
chore(test): fix some typos (#5101)
|
před 9 roky |
Evan You
|
3294eba5a5
fix v-on .left .right compat with keyboard events (fix #5046)
|
před 9 roky |
Evan You
|
05c769bf44
fix .once with other modifiers that prevent execution of a handler (fix #4846)
|
před 9 roky |
Evan You
|
f59aef08e6
further improve end tag check (close #4408)
|
před 9 roky |
chengchao
|
66bf120f7a
enforce to loop through children to get the correct normalize type (#4572)
|
před 9 roky |
Evan You
|
f1c38674f2
use simple normalization for components, fix functional component multi-root node (fix #4472)
|
před 9 roky |
Evan You
|
d2f7f1913e
fix codegen tests
|
před 9 roky |
Evan You
|
7c3c86f360
fix namespace hoisting
|
před 9 roky |
chengchao
|
6ea9a4db42
Support mutliple keys for keycode (#4328)
|
před 9 roky |
Changyu Geng
|
9215ff0295
Modifier once for v-on (#4267)
|
před 9 roky |
Evan You
|
b7946a4b22
wip: fix tests with expected warnings
|
před 9 roky |
Evan You
|
b45b974a5c
limit mouse event modifiers to mouse events
|
před 9 roky |
Evan You
|
cc4f4c5bda
v-elseif -> v-else-if
|
před 9 roky |
chengchao
|
af78bcf916
Support v-if multiple conditions (#4271)
|
před 9 roky |
Evan You
|
a0d8603f90
support destructuring in v-for alias
|
před 9 roky |
Evan You
|
0b78ea9696
properly handle inline function expressions in v-on
|
před 9 roky |
Evan You
|
71ce60da9a
support filters in v-bind
|
před 9 roky |
Changyu Geng
|
048014ac0d
Modifiers key modifier for directive on of Vue.js 2.0 (#4034)
|
před 9 roky |
Evan You
|
9a742cb423
only treat binding as domProps on specific elements (fix #4233)
|
před 9 roky |
Evan You
|
9a659593c4
adjust optimizer strategy and avoid marking simple elements as static root
|
před 9 roky |