Red Huang
|
15fc75f403
fix(runtime-core): use separate emits caches for components and mixins (#11661)
|
7 månader sedan |
skirtle
|
e359ff0046
fix(runtime-core): fix warning for missing event handler (#11489)
|
1 år sedan |
skirtle
|
7fb6eb882b
fix(v-model): component v-model modifiers trim and number when cases don't match (#9609)
|
1 år sedan |
三咲智子 Kevin Deng
|
bfe6b459d3
style: update format & lint config (#9162)
|
2 år sedan |
丶远方
|
b01fc7ea84
chore: remove unnecessary imports (#8262)
|
2 år sedan |
Himself65
|
c94ef02421
fix(runtime-core): properly merge props and emits options from mixins (#8052)
|
3 år sedan |
Evan You
|
8867bb259a
wip(vitest-migration): reactivity tests passing
|
3 år sedan |
三咲智子 (Kevin)
|
bbb66d7ac7
ci: check prettier format (#6830)
|
3 år sedan |
shadowings-zy
|
018b850399
fix(v-model): fix trim modifier on events with non-string args ( (#5770)
|
3 år sedan |
小刘(liulinboyi)
|
71066b5afe
fix(v-model): fix case where .trim and .number modifiers are used together (#5842)
|
4 år sedan |
HeYunfei
|
b5b103a736
chore(types): delete @ts-ignore or use @ts-expected-error instead (#3669)
|
4 år sedan |
Thorsten Lünborg
|
71c9536625
fix(runtime-core): ensure custom events are not emitted anymore after unmount. (#5679)
|
4 år sedan |
LYlanfeng
|
011dee8644
fix(runtime-core): fix multiple .once event handlers on same component (#3904)
|
4 år sedan |
sallycn
|
b46d8578fd
chore: fix typo in assertion
|
5 år sedan |
Eduardo San Martin Morote
|
0f2d8f3244
test: typo in spy (#3556)
|
5 år sedan |
Evan You
|
c1cd42e627
fix(runtime-core): fix v-on object kebab-case event emit matching
|
5 år sedan |
Evan You
|
60d777d228
fix(runtime-core): fix erraneous emits warnings w/ mixins
|
5 år sedan |
Alan Wang
|
1f567264a7
test: fix typo in expect message (#2678)
|
5 år sedan |
shadowings-zy
|
3532b2b021
fix(runtime-core): fix emit listener check on kebab-case events (#2542)
|
5 år sedan |
Hunter
|
128ec460ec
fix(v-model): built in modifiers support on component (#2348)
|
5 år sedan |
Evan You
|
4bbb2b2ee6
fix(runtime-core): fix component .once listener logic
|
5 år sedan |
shadowings-zy
|
62f26173ba
fix(runtime-core): use consistent camelCase event casing for render functions (#2278)
|
5 år sedan |
Evan You
|
8ed0b342d4
fix(runtime-core): fix props/emits resolving with global mixins
|
5 år sedan |
Evan You
|
5c74243211
test: move mockWarn into setup files
|
5 år sedan |
Evan You
|
00ab9e2e85
refactor: adjust event options handling to be JSX friendly
|
5 år sedan |
Evan You
|
380c6792d8
fix(v-on): refactor DOM event options modifer handling
|
5 år sedan |
Evan You
|
ba3b3cdda9
fix(runtime-core/emits): merge emits options from mixins/extends
|
5 år sedan |
Felix Rilling
|
829b35e426
chore: typo fixes (#1546)
|
5 år sedan |
Evan You
|
0709380c5f
feat(runtime-core): skip emit warn if has equivalent onXXX prop
|
6 år sedan |
Evan You
|
6eb3399311
fix(runtime-dom): fix patching for attributes starting with `on`
|
6 år sedan |