vue3-yuanma/packages/runtime-core/src
2020-07-27 17:44:17 -04:00
..
components fix(keep-alive): handle "0" as cache key (#1622) 2020-07-19 13:31:07 -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): fix watching reactive array (#1656) 2020-07-20 12:39:22 -04:00
component.ts fix(runtime-core): respect render function from mixins 2020-07-27 17:44:17 -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 feat: provide ability to overwrite feature flags in esm-bundler builds 2020-07-20 21:51:30 -04:00
componentRenderUtils.ts fix(v-model): v-model listeners should not fallthrough to plain element root 2020-07-21 14:17:48 -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 chore: remove stale _isVue checks 2020-04-30 14:45: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 refactor(types): move component props interfaces + expose AllowedComponentProps 2020-07-19 14:09:53 -04:00
profiling.ts chore: fix types 2020-06-26 10:07:07 -04:00
renderer.ts fix(transition): should call transition hooks inside already resolved suspense (#1698) 2020-07-27 16:47:07 -04:00
scheduler.ts perf(runtime-core): avoid duplicate postFlushCb invocation 2020-07-15 22:36:41 -04:00
vnode.ts fix(v-model): v-model listeners should not fallthrough to plain element root 2020-07-21 14:17:48 -04:00
warning.ts test: improve coverage 2020-07-15 10:38:45 -04:00