feat: on-the-fly template compilation
This commit is contained in:
@@ -35,10 +35,13 @@ export {
|
||||
callWithAsyncErrorHandling
|
||||
} from './errorHandling'
|
||||
|
||||
// For compiler generated code
|
||||
// Internal, for compiler generated code
|
||||
export { applyDirectives } from './directives'
|
||||
export { resolveComponent, resolveDirective } from './componentOptions'
|
||||
|
||||
// Internal, for integration with runtime compiler
|
||||
export { registerCompiler } from './component'
|
||||
|
||||
// Types -----------------------------------------------------------------------
|
||||
|
||||
export { App, AppConfig, AppContext, Plugin } from './apiApp'
|
||||
|
||||
Reference in New Issue
Block a user