Evan You
|
6bef15f094
chore: remove unused argument
|
2 years ago |
Doctor Wu
|
f31d782e46
fix(runtime-dom): fix option selected update failed (#10200)
|
2 years ago |
Evan You
|
2ffb956efe
perf(v-model): optimize v-model multiple select w/ large lists
|
2 years ago |
三咲智子 Kevin Deng
|
bfe6b459d3
style: update format & lint config (#9162)
|
2 years ago |
白雾三语
|
40f4b77bb5
fix(v-model): avoid overwriting number input with same value (#7004)
|
2 years ago |
丶远方
|
2ffe3d5b3e
refactor: use symbol for private properties (#8681)
|
2 years ago |
Evan You
|
7d0c63ff43
fix(custom-elements): use strict number casting
|
3 years ago |
Roan Kattouw
|
c03459b9b6
fix(ssr): support client-compiled v-model with dynamic type during ssr (#5787)
|
4 years ago |
小刘(liulinboyi)
|
71066b5afe
fix(v-model): fix case where .trim and .number modifiers are used together (#5842)
|
4 years ago |
Evan You
|
8c51c6514f
fix(v-model): exclude range from lazy guard logic
|
4 years ago |
Julian Hundeloh
|
e58277f6ea
fix(runtime-dom): "el._assign is not a function" in compat mode (#4121)
|
4 years ago |
Evan You
|
4a3237ad93
refactor: use Event constructor
|
4 years ago |
Evan You
|
87c86e4cc2
refactor: ensure ssr branches are included in esm-bundler build
|
4 years ago |
Evan You
|
ac74e1dd33
fix(v-model): avoid resetting value of in-focus & lazy input
|
4 years ago |
Evan You
|
47f488350c
chore: run updated prettier
|
4 years ago |
Evan You
|
3056e9b3dc
fix(v-model): properly detect input type=number
|
4 years ago |
Evan You
|
2937530bef
fix(v-model): handle mutations of v-model bound array/sets
|
4 years ago |
HcySunYang
|
ecd97ee6e4
fix(runtime-dom/v-model): only set selectedIndex when the value changes (#3845)
|
5 years ago |
Evan You
|
48f00c0f1b
fix(v-model): respect checkbox true-value/false-value on initial render
|
5 years ago |
Evan You
|
f2b0a8e81d
fix(v-model): avoid mutation when using Set models + fix multi select Set model update
|
5 years ago |
Evan You
|
83a79a829c
Revert "fix(v-model): mutate original array for v-model multi checkbox (#2663)"
|
5 years ago |
HcySunYang
|
87581cd266
fix(v-model): mutate original array for v-model multi checkbox (#2663)
|
5 years ago |
Pick
|
6a554feb13
perf(runtime-dom/vModel): remove looseHas if model is Set (#2236)
|
5 years ago |
Evan You
|
54ed7592e4
fix(v-model): ensure initial value is set after other attributes
|
5 years ago |
ᴜɴвʏтᴇ
|
fbd198fbfe
fix(v-model): avoid clearing IME compose state on updates (#2304)
|
5 years ago |
edison
|
d744b8a2dc
fix(runtime-dom): v-model should support number modifier with select tag (#2308)
|
5 years ago |
Pick
|
cf1b6c666f
feat(runtime-dom): allow native Set as v-model checkbox source (#1957)
|
5 years ago |
ᴜɴвʏтᴇ
|
1d55454e61
fix(runtime-dom): avoid setting unchanged input value (#1937)
|
5 years ago |
Evan You
|
11804fe93f
feat(directives): introduce `created` custom directive hook and ensure
|
5 years ago |
underfin
|
425335c28b
fix(v-model): consistent nullish value handling with 2.x (#1530)
|
5 years ago |