| .. |
|
components
|
0227b4a697
fix(suspense): fix suspense nested child updates in template mode
|
5 years ago |
|
helpers
|
1f2a652a9d
fix(types): h support for resolveComponent (#2402)
|
5 years ago |
|
apiAsyncComponent.ts
|
c7b4a379cf
fix(runtime-core/async-component): fix error component when there are no error handlers
|
5 years ago |
|
apiComputed.ts
|
112d8f7d86
refactor: use explicit exports for runtime-core
|
6 years ago |
|
apiCreateApp.ts
|
a66e53a24f
fix(runtime-core): fix SSR memoery leak due to props normalization cache
|
5 years ago |
|
apiDefineComponent.ts
|
6aa2256913
fix(types): avoid DefineComponent defaulting to any
|
5 years ago |
|
apiInject.ts
|
111d04f119
fix(runtime-core): prevent self-injection (#2424)
|
5 years ago |
|
apiLifecycle.ts
|
052a621762
feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393)
|
5 years ago |
|
apiWatch.ts
|
9b34f915ab
refactor(runtime-core): simplify deep watch traverse (#2212)
|
5 years ago |
|
component.ts
|
288c764e52
chore(runtime-core): fix typo (#2442)
|
5 years ago |
|
componentEmits.ts
|
128ec460ec
fix(v-model): built in modifiers support on component (#2348)
|
5 years ago |
|
componentOptions.ts
|
f06518a8c9
fix(runtime-core): fix provide function data access in extends/mixins
|
5 years ago |
|
componentProps.ts
|
edd49dcab4
fix(runtime-core): avoid mutating EMPTY_ARR when setting dev root (#2419)
|
5 years ago |
|
componentPublicInstance.ts
|
6ba7ba47d5
feat: custom formatters
|
5 years ago |
|
componentRenderUtils.ts
|
51e43e0799
fix(runtime-core): components with static props and slots should not be force updated
|
5 years ago |
|
componentSlots.ts
|
aab99abd28
fix(slots): properly force update on forwarded slots
|
6 years ago |
|
customFormatter.ts
|
6ba7ba47d5
feat: custom formatters
|
5 years ago |
|
devtools.ts
|
410e7abbbb
refactor(devtools): emit needs to send the instance in args
|
5 years ago |
|
directives.ts
|
11804fe93f
feat(directives): introduce `created` custom directive hook and ensure
|
5 years ago |
|
errorHandling.ts
|
4d20ac8173
fix(runtime-core): make errorCaptured return value handling consistent with Vue 2 (#2289)
|
5 years ago |
|
featureFlags.ts
|
fb8e83f0c2
chore: update link for the feature flag warning [ci skip]
|
5 years ago |
|
h.ts
|
1f2a652a9d
fix(types): h support for resolveComponent (#2402)
|
5 years ago |
|
hmr.ts
|
9c23ddf9c5
fix(hmr): fix updates for imported but not yet rendered components
|
5 years ago |
|
hydration.ts
|
5ae7380b4a
feat: update Suspense usage (#2099)
|
5 years ago |
|
index.ts
|
052a621762
feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393)
|
5 years ago |
|
profiling.ts
|
5453e791ae
chore: fix types
|
6 years ago |
|
renderer.ts
|
fff62e2ee8
fix(runtime-core): non-stable Fragment should always unmount its children (#2445)
|
5 years ago |
|
scheduler.ts
|
5c3e8e9840
fix(runtime-core): ensure this context for $nextTick callback
|
5 years ago |
|
vnode.ts
|
edd49dcab4
fix(runtime-core): avoid mutating EMPTY_ARR when setting dev root (#2419)
|
5 years ago |
|
warning.ts
|
eb2ae44d94
refactor(types): widen `Component` type to include consutructor types
|
5 years ago |