.. |
components
|
refactor(runtime-core): refactor instance public proxy context object
|
2020-04-16 12:49:50 -04:00 |
helpers
|
fix(runtime-core): only infer component name for object components
|
2020-04-22 04:39:12 -04:00 |
apiAsyncComponent.ts
|
feat(asyncComponent): add onError option for defineAsyncComponent
|
2020-04-07 14:34:42 -04:00 |
apiComputed.ts
|
refactor: use explicit exports for runtime-core
|
2020-02-14 00:13:54 -05:00 |
apiCreateApp.ts
|
build: remove __BUNLDER__ flag so that HMR is available for all builds
|
2020-04-20 13:39:47 -04:00 |
apiDefineComponent.ts
|
refactor(runtime-core): extract component emit related logic into dedicated file
|
2020-04-03 19:08:17 -04:00 |
apiInject.ts
|
fix(inject): allow default value to be undefined (#894)
|
2020-03-30 15:24:55 -04:00 |
apiLifecycle.ts
|
types(runtime-core): update error type to unknown (#798)
|
2020-03-09 15:58:52 -04:00 |
apiWatch.ts
|
chore: remove a dead if branch (#986)
|
2020-04-17 18:41:33 -04:00 |
component.ts
|
feat(runtime-core): improve warning for extraneous event listeners (#1005)
|
2020-04-20 16:40:59 -04:00 |
componentEmits.ts
|
perf(core): use startsWith instead of indexOf (#989)
|
2020-04-20 15:44:20 -04:00 |
componentOptions.ts
|
feat(types): expose ComponentCustomOptions for declaring custom options
|
2020-04-17 09:41:36 -04:00 |
componentProps.ts
|
fix(runtime-core): should not cast prop value if prop did not change
|
2020-04-20 14:16:25 -04:00 |
componentProxy.ts
|
fix(runtime-core): fix user attched public instance properties that start with "$"
|
2020-04-17 10:23:10 -04:00 |
componentRenderUtils.ts
|
feat(runtime-core): improve warning for extraneous event listeners (#1005)
|
2020-04-20 16:40:59 -04:00 |
componentSlots.ts
|
refactor(reactivity): adjust APIs
|
2020-04-15 16:45:20 -04:00 |
directives.ts
|
types: improve directive hook argument types
|
2020-03-18 12:30:26 -04:00 |
errorHandling.ts
|
feat(runtime-core): async component support
|
2020-03-21 16:01:08 -04:00 |
h.ts
|
fix(types): accept generic Component type in h()
|
2020-04-04 13:29:29 -04:00 |
hmr.ts
|
refactor(hmr): simplify usage
|
2020-04-20 13:39:47 -04:00 |
hydration.ts
|
refactor(runtime-core): refactor props resolution
|
2020-04-06 17:37:47 -04:00 |
index.ts
|
feat(types): expose ComponentCustomOptions for declaring custom options
|
2020-04-17 09:41:36 -04:00 |
profiling.ts
|
chore: remove debugger
|
2020-04-03 09:21:21 -04:00 |
renderer.ts
|
fix(runtime-core): should not cast prop value if prop did not change
|
2020-04-20 14:16:25 -04:00 |
scheduler.ts
|
fix(scheduler): sort jobs before flushing
|
2020-04-14 17:31:35 -04:00 |
vnode.ts
|
build: remove __BUNLDER__ flag so that HMR is available for all builds
|
2020-04-20 13:39:47 -04:00 |
warning.ts
|
fix(warn): fix component name inference in warning trace
|
2020-04-20 16:06:51 -04:00 |