]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
refactor(runtime-core): refactor slots resolution
authorEvan You <yyx990803@gmail.com>
Tue, 7 Apr 2020 01:06:48 +0000 (21:06 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 7 Apr 2020 01:06:53 +0000 (21:06 -0400)
commitcb504c287f9517a055236cadfafcc64895c8825c
tree5f5d08bace9187ec0041f546a0797bbdba2030e7
parentc5f0f63b914e3a30e05694547e3789837471c893
refactor(runtime-core): refactor slots resolution

Get rid of need for setup proxy in production mode and improve console
inspection in dev mode
packages/runtime-core/__tests__/hmr.spec.ts
packages/runtime-core/src/component.ts
packages/runtime-core/src/componentSlots.ts
packages/runtime-core/src/renderer.ts
packages/runtime-core/src/vnode.ts