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 34aac64 commit 0af2721Copy full SHA for 0af2721
src/directives/if.ts
@@ -1,7 +1,7 @@
1
import { Block } from '../block'
2
import { evaluate } from '../eval'
3
import { checkAttr } from '../utils'
4
-import { Context } from '../walk'
+import { Context } from '../context'
5
6
interface Branch {
7
exp?: string | null
src/directives/index.ts
@@ -1,4 +1,4 @@
import { effect as rawEffect } from '@vue/reactivity'
import { bind } from './bind'
import { on } from './on'
0 commit comments