refactor: use explicit exports for runtime-core

This commit is contained in:
Evan You
2020-02-14 00:13:54 -05:00
parent 42d80b5888
commit 112d8f7d86
11 changed files with 103 additions and 124 deletions

View File

@@ -15,8 +15,8 @@ import { warn } from './warning'
import { PatchFlags, isReservedProp, isOn } from '@vue/shared'
// Note: hydration is DOM-specific
// but we have to place it in core due to tight coupling with core renderer
// logic - splitting it out
// but we have to place it in core due to tight coupling with core - splitting
// it out creates a ton of unnecessary complexity.
export function createHydrateFn(
mountComponent: any, // TODO
patchProp: any // TODO