We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c99a8 commit d6861d4Copy full SHA for d6861d4
packages/runtime-vapor/src/dom/template.ts
@@ -1,8 +1,4 @@
1
-import {
2
- adoptHydrationNode,
3
- currentHydrationNode,
4
- isHydrating,
5
-} from './hydration'
+import { adoptTemplate, currentHydrationNode, isHydrating } from './hydration'
6
import { child, createElement, createTextNode } from './node'
7
8
let t: HTMLTemplateElement
0 commit comments