]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
wip(vapor): vapor in vdom interop
authorEvan You <evan@vuejs.org>
Sun, 2 Feb 2025 14:28:35 +0000 (22:28 +0800)
committerEvan You <evan@vuejs.org>
Sun, 2 Feb 2025 15:15:39 +0000 (23:15 +0800)
commit3464620f1226959b69ab198057e4a57011dded54
tree02d8d29c76a73cfe949c01cbd744c52f25b0b747
parent1f25e0d8632e50b7c2059fc5ad39d45918c28271
wip(vapor): vapor in vdom interop
14 files changed:
packages/runtime-core/src/apiCreateApp.ts
packages/runtime-core/src/component.ts
packages/runtime-core/src/components/KeepAlive.ts
packages/runtime-core/src/components/Suspense.ts
packages/runtime-core/src/components/Teleport.ts
packages/runtime-core/src/index.ts
packages/runtime-core/src/renderer.ts
packages/runtime-vapor/__tests__/_utils.ts
packages/runtime-vapor/__tests__/apiWatch.spec.ts
packages/runtime-vapor/__tests__/component.spec.ts
packages/runtime-vapor/src/component.ts
packages/runtime-vapor/src/index.ts
packages/runtime-vapor/src/vdomInterop.ts [new file with mode: 0644]
playground/src/main.ts