edison
|
638a79f64a
fix(runtime-core): properly handle inherit transition during clone VNode (#10809)
|
2 лет назад |
skirtle
|
e8fd6446d1
fix(runtime-core): attrs should be readonly in functional components (#10767)
|
2 лет назад |
Evan You
|
a7cf74277e
test: fix test case broken by b93f264
|
2 лет назад |
Evan You
|
b93f264647
fix(runtime-core): props should be readonly via direct template access
|
2 лет назад |
edison
|
d35b87725a
fix(runtime-core): filter single root for nested DEV_ROOT_FRAGMENT (#8593)
|
2 лет назад |
Evan You
|
70ad4caad7
fix(suspense): fix more suspense patch before resolve edge cases
|
2 лет назад |
三咲智子 Kevin Deng
|
bfe6b459d3
style: update format & lint config (#9162)
|
2 лет назад |
Evan You
|
f0f6f7cea6
fix(Suspense): fix edge case of Suspense being patched during async HOC child remount
|
2 лет назад |
Evan You
|
0db336ff6c
fix(Suspense): properly fix #6416
|
2 лет назад |
skirtle
|
f01afda159
dx(runtime-core): warn if `this` is used in a `<script setup>` template (#7866)
|
2 лет назад |
edison
|
40794c80ca
refactor(runtime-core): extract type SetRootFn (#3209)
|
4 лет назад |
Evan You
|
d36ca4d80e
fix(runtime-core): clone root vnode before inheriting directives
|
4 лет назад |
Evan You
|
a31303f835
build: generate more treeshaking friendly code
|
4 лет назад |
Hazlank
|
6db15a27cf
refactor: merge bitwise flag checks (#4324)
|
4 лет назад |
edison
|
d6607c9864
fix(runtime-core): fix resolving inheritAttrs from mixins (#3742)
|
5 лет назад |
Evan You
|
12abd4af85
wip: class/style fallthrough compat
|
5 лет назад |
Evan You
|
8c3c14a0ff
fix(ssr): properly update currentRenderingInstance state during ssr
|
5 лет назад |
Evan You
|
da944cb379
fix(ssr): fix memory leak when vnode component render throws error
|
5 лет назад |
Evan You
|
aea88c3280
refactor: fix implementation of SFC :slotted id handling
|
5 лет назад |
HcySunYang
|
347a8798a4
fix(runtime-core): check the DEV_ROOT_FRAGMENT flag correctly in the dev environment (#2750)
|
5 лет назад |
Evan You
|
3bc2914e32
fix(attr-fallthrough): ensure consistent attr fallthrough for root fragments with comments
|
5 лет назад |
Evan You
|
47d73c23e1
wip: defineOptions -> defineProps + defineEmit + useContext
|
5 лет назад |
Evan You
|
6a9b56ca60
wip: defineContext()
|
5 лет назад |
Evan You
|
51e43e0799
fix(runtime-core): components with static props and slots should not be force updated
|
5 лет назад |
被雨水过滤的空气
|
edd49dcab4
fix(runtime-core): avoid mutating EMPTY_ARR when setting dev root (#2419)
|
5 лет назад |
Evan You
|
4d1ebb5deb
fix(runtime-core): fix directive merging on component root
|
5 лет назад |
Evan You
|
124c385baf
perf: should not trigger child update if changed prop is declared emit listener
|
5 лет назад |
Evan You
|
6dbc6c4cd0
fix(sfc): fix scoped style regression for child component with single root + comment
|
5 лет назад |
HcySunYang
|
63f1f18064
fix(runtime-core): v-model listeners that already exists on the component should not be merged (#2011)
|
5 лет назад |
Evan You
|
c0427b45ff
fix(sfc/scoped-style): inherit scopeId through nested HOCs with inheritAttrs: false
|
5 лет назад |