This commit is contained in:
2022-09-13 11:03:30 +08:00
parent fa6556a0d5
commit 05b8cc7469
8 changed files with 77 additions and 35 deletions

View File

@@ -756,6 +756,7 @@ let installWithProxy: (i: ComponentInternalInstance) => void
* For runtime-dom to register the compiler.
* Note the exported method uses any to avoid d.ts relying on the compiler types.
*/
//
export function registerRuntimeCompiler(_compile: any) {
compile = _compile
installWithProxy = i => {