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.
FragmentHooks
1 parent d30d820 commit bce68d5Copy full SHA for bce68d5
packages/runtime-vapor/src/fragment.ts
@@ -29,12 +29,6 @@ import {
29
locateHydrationNode,
30
} from './dom/hydration'
31
32
-export interface FragmentHooks {
33
- getScope(key: any): EffectScope | undefined
34
- beforeUpdate(oldKey: any, newKey: any): void
35
- afterUpdate(newKey: any, nodes: Block, scope: EffectScope): void
36
-}
37
-
38
export class VaporFragment<T extends Block = Block>
39
implements TransitionOptions
40
{
0 commit comments