vue3-yuanma/packages/runtime-core/src
2020-07-14 13:20:59 -04:00
..
components fix(keep-alive): fix keep-alive with scopeId/fallthrough attrs 2020-07-06 18:17:40 -04:00
helpers fix(slots): differentiate dynamic/static compiled slots 2020-07-13 12:36:41 -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 feat(runtime-core): expose version on app instance 2020-06-26 09:03:55 -04:00
apiDefineComponent.ts chore: typo fixes (#1546) 2020-07-08 12:32:42 +02: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 fix(watch): stop instance-bound watchers in post render queue 2020-07-06 21:50:56 -04:00
component.ts fix(v-on): refactor DOM event options modifer handling 2020-07-14 11:48:05 -04:00
componentEmits.ts refactor: adjust event options handling to be JSX friendly 2020-07-14 13:20:59 -04:00
componentOptions.ts wip: template binding optimization 2020-07-10 22:12:25 -04:00
componentProps.ts fix(runtime-core/emits): merge emits options from mixins/extends 2020-07-13 11:55:46 -04:00
componentProxy.ts chore: typo fixes (#1546) 2020-07-08 12:32:42 +02:00
componentRenderUtils.ts wip: template binding optimization 2020-07-10 22:12:25 -04:00
componentSlots.ts fix(slots): differentiate dynamic/static compiled slots 2020-07-13 12:36:41 -04:00
directives.ts feat(types): support typing directive value via generic argument (#1007) 2020-06-11 16:37:14 -04:00
errorHandling.ts chore: remove stale _isVue checks 2020-04-30 14:45:25 -04:00
h.ts types(runtime-core): provide valid type for default $emit (#1498) 2020-07-08 11:51:03 -04:00
hmr.ts chore: lint for unused arguments 2020-06-12 16:31:31 -04:00
hydration.ts chore: typo fixes (#1546) 2020-07-08 12:32:42 +02:00
index.ts fix(v-on): capitalize dynamic event names 2020-07-13 17:36:46 -04:00
profiling.ts chore: fix types 2020-06-26 10:07:07 -04:00
renderer.ts types(runtime-core): adjust Renderer's type declaration (#1566) 2020-07-13 12:44:37 -04:00
scheduler.ts fix(scheduler): sort jobs before flushing 2020-04-14 17:31:35 -04:00
vnode.ts refactor(types): add VNode to VNodeTypes 2020-07-06 21:12:15 -04:00
warning.ts fix(runtime-core): fix component name inference in warnings 2020-06-26 09:28:15 -04:00