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 6e052c3 commit 3248102Copy full SHA for 3248102
src/compiler/compile.js
@@ -27,7 +27,7 @@ const modifierRE = /\.[^\.]+/g
27
const transitionRE = /^(v-bind:|:)?transition$/
28
29
// terminal directives
30
-const terminalDirectives = [
+export const terminalDirectives = [
31
'for',
32
'if'
33
]
0 commit comments