vue3-yuanma/packages/runtime-core/src
Evan You e0d19a6953 fix(runtime-core): always check props presence in public instance proxy
When the there are props merged from mixins or extends, the component itself
may not have a props property.

fix #1236 where merged props are not exposed in production
2020-06-26 10:19:07 -04:00
..
components fix(transition): fix css:false with hooks with no explicit done callback 2020-06-25 17:40:49 -04:00
helpers chore: fix types 2020-06-26 10:07:07 -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 fix(types): ensure correct public props interface for defineComponent instance type 2020-06-16 12:00:18 -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 feat(watch): support directly watching reactive object in multiple sources with deep default (#1201) 2020-05-18 11:02:51 -04:00
component.ts fix(runtime-core): fix component name inference in warnings 2020-06-26 09:28:15 -04:00
componentEmits.ts fix(runtime-core): respect props from mixins and extends 2020-06-09 11:27:40 -04:00
componentOptions.ts fix(runtime-core): respect props from mixins and extends 2020-06-09 11:27:40 -04:00
componentProps.ts fix(runtime-core): should remove no longer present camelCase props (#1413) 2020-06-26 09:16:06 -04:00
componentProxy.ts fix(runtime-core): always check props presence in public instance proxy 2020-06-26 10:19:07 -04:00
componentRenderUtils.ts chore: lint for unused arguments 2020-06-12 16:31:31 -04:00
componentSlots.ts refactor(hmr): simplify hmr force update check 2020-06-12 14:53:48 -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 fix(types): add RawSlots in h signature (#1293) 2020-06-12 10:38:56 -04:00
hmr.ts chore: lint for unused arguments 2020-06-12 16:31:31 -04:00
hydration.ts fix(ssr): should set ref on hydration 2020-05-21 17:37:23 -04:00
index.ts fix(types): export ComponentOptionsMixin (#1361) 2020-06-15 11:13:00 -04:00
profiling.ts chore: fix types 2020-06-26 10:07:07 -04:00
renderer.ts fix(runtime-core): fix parent el update on nested HOC self-update (#1360) 2020-06-15 16:46:29 -04:00
scheduler.ts fix(scheduler): sort jobs before flushing 2020-04-14 17:31:35 -04:00
vnode.ts refactor(types): remove unnecessary as any (#1411) 2020-06-25 11:05:39 -04:00
warning.ts fix(runtime-core): fix component name inference in warnings 2020-06-26 09:28:15 -04:00