feat(runtime-core): hot module replacement
This commit is contained in:
@@ -66,7 +66,9 @@ export {
|
||||
TransitionHooks
|
||||
} from './components/BaseTransition'
|
||||
|
||||
// Internal, for compiler generated code
|
||||
// Internal API ----------------------------------------------------------------
|
||||
|
||||
// For compiler generated code
|
||||
// should sync with '@vue/compiler-core/src/runtimeConstants.ts'
|
||||
export { withDirectives } from './directives'
|
||||
export {
|
||||
@@ -87,7 +89,7 @@ import { capitalize as _capitalize, camelize as _camelize } from '@vue/shared'
|
||||
export const capitalize = _capitalize as (s: string) => string
|
||||
export const camelize = _camelize as (s: string) => string
|
||||
|
||||
// Internal, for integration with runtime compiler
|
||||
// For integration with runtime compiler
|
||||
export { registerRuntimeCompiler } from './component'
|
||||
|
||||
// Types -----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user