Evan You
|
aab99abd28
fix(slots): properly force update on forwarded slots
|
6 年之前 |
Evan You
|
65beba98fe
fix(slots): differentiate dynamic/static compiled slots
|
6 年之前 |
Felix Rilling
|
829b35e426
chore: typo fixes (#1546)
|
6 年之前 |
Evan You
|
6b23216e6d
chore: comment on slot optimization hint [ci skip]
|
6 年之前 |
Evan You
|
d2bf3cc4a8
chore: remove unnecessary loop
|
6 年之前 |
Evan You
|
062835d45a
fix(slots): make compiled slot marker non-enumerable
|
6 年之前 |
Evan You
|
70ea76ae0c
fix(slots): filter out compiler marker from resolved slots
|
6 年之前 |
Evan You
|
e76ed4c269
refactor(hmr): simplify hmr force update check
|
6 年之前 |
Evan You
|
2408a65662
fix(hmr): force full update in child component on slot update
|
6 年之前 |
Evan You
|
09b4202a22
refactor(reactivity): adjust APIs
|
6 年之前 |
Evan You
|
84440780f9
fix(slots): should update compiled dynamic slots
|
6 年之前 |
Evan You
|
cb504c287f
refactor(runtime-core): refactor slots resolution
|
6 年之前 |
Evan You
|
ba9a91c48c
refactor: remove null comparisons
|
6 年之前 |
Evan You
|
8a58dce603
feat(runtime-core): set context for manual slot functions as well
|
6 年之前 |
Evan You
|
4a5b91bd1f
fix(runtime-core): fix slot fallback + slots typing
|
6 年之前 |
Evan You
|
6df2aca070
refactor(types): move shapeFlags to shared
|
6 年之前 |
Evan You
|
1389d7b88c
refactor(compiler-core): use more concise marker for compiled slots
|
6 年之前 |
Evan You
|
6b1ce00621
wip(ssr): renderer support for optimized and manual slots
|
6 年之前 |
Evan You
|
43097987cf
feat(core): respect $stable slots flag per RFC
|
6 年之前 |
Evan You
|
c6fb506fc0
feat(transition): compat with keep-alive
|
6 年之前 |
Evan You
|
5eee1152ca
types: (wip) improve dts output
|
6 年之前 |
Evan You
|
8da5b007b1
types: improve typing
|
6 年之前 |
Evan You
|
306c22efe1
feat(compiler): mark compiler-generated slots for runtime
|
6 年之前 |
Evan You
|
3d14265102
feat(compiler): handle conditional v-slot
|
6 年之前 |
Evan You
|
ee66ce78b7
feat(compiler): transform slot outlets
|
6 年之前 |
Evan You
|
360f3b4f37
types: improve type exports
|
6 年之前 |
Evan You
|
d5684e1a9d
wip: function slot tips
|
6 年之前 |
Evan You
|
0cd8e16366
wip: warn slots when invoked in setup()
|
6 年之前 |
Evan You
|
f3e9848bb2
refactor: use const enums for flags
|
6 年之前 |
Evan You
|
d75d21c1a1
chore: comments
|
7 年之前 |