vue3-yuanma/packages/runtime-core/src
2020-08-03 16:49:30 -04:00
..
components fix(runtime-core): use correct container for moving Teleport content (#1703) 2020-07-28 11:23:39 -04:00
helpers fix(build): fix component resolution when disabling options API 2020-07-23 14:33:15 -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: provide ability to overwrite feature flags in esm-bundler builds 2020-07-20 21:51:30 -04:00
apiDefineComponent.ts feat(runtime-core): respect function name when using defineComponent function shorthand (#1661) 2020-07-21 13:15:26 -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 fix(watch): should trigger watcher callback on triggerRef when watching ref source 2020-07-30 18:29:38 -04:00
component.ts feat(reactivity): proxyRefs method and ShallowUnwrapRefs type (#1682) 2020-07-28 16:30:56 -04:00
componentEmits.ts feat: provide ability to overwrite feature flags in esm-bundler builds 2020-07-20 21:51:30 -04:00
componentOptions.ts fix(runtime-core): respect render function from mixins 2020-07-27 17:44:17 -04:00
componentProps.ts feat: provide ability to overwrite feature flags in esm-bundler builds 2020-07-20 21:51:30 -04:00
componentProxy.ts fix(runtime-core): check if the key is string on undefined property warning (#1731) 2020-07-29 10:06:36 -04:00
componentRenderUtils.ts fix(runtime-core): dev root resolution should differentiate user comments vs v-if comments 2020-07-28 14:16:09 -04:00
componentSlots.ts fix(slots): properly force update on forwarded slots 2020-07-15 20:12:49 -04:00
devtools.ts feat: provide ability to overwrite feature flags in esm-bundler builds 2020-07-20 21:51:30 -04:00
directives.ts feat(types): support typing directive value via generic argument (#1007) 2020-06-11 16:37:14 -04:00
errorHandling.ts refactor(runtime-core): adjust error handling behavior 2020-07-28 10:40:25 -04:00
featureFlags.ts chore: update link for the feature flag warning [ci skip] 2020-07-21 10:26:16 -04:00
h.ts feat(types): deny unknown attributes on component by default (#1614) 2020-07-17 11:43:28 -04:00
hmr.ts chore: lint for unused arguments 2020-06-12 16:31:31 -04:00
hydration.ts feat(types): deny unknown attributes on component by default (#1614) 2020-07-17 11:43:28 -04:00
index.ts feat(reactivity): proxyRefs method and ShallowUnwrapRefs type (#1682) 2020-07-28 16:30:56 -04:00
profiling.ts chore: fix types 2020-06-26 10:07:07 -04:00
renderer.ts fix(watch): pre-flush watcher watching props should trigger before component update 2020-08-03 16:49:30 -04:00
scheduler.ts fix(watch): pre-flush watcher watching props should trigger before component update 2020-08-03 16:49:30 -04:00
vnode.ts fix(compiler-core): always compile Teleport and Suspense as blocks 2020-07-28 11:12:43 -04:00
warning.ts test: improve coverage 2020-07-15 10:38:45 -04:00