refactor: transformHArgs -> transformVNodeArgs

This commit is contained in:
Evan You
2020-03-23 16:54:28 -04:00
parent cba2f1aadb
commit 455a1534c9
5 changed files with 99 additions and 101 deletions

View File

@@ -109,6 +109,9 @@ export { toDisplayString, camelize } from '@vue/shared'
// For integration with runtime compiler
export { registerRuntimeCompiler } from './component'
// For test-utils
export { transformVNodeArgs } from './vnode'
// SSR -------------------------------------------------------------------------
import { createComponentInstance, setupComponent } from './component'