8000 expose terminalDirectives · alyeli/vue@3248102 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3248102

Browse files
committed
expose terminalDirectives
1 parent 6e052c3 commit 3248102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const modifierRE = /\.[^\.]+/g
2727
const transitionRE = /^(v-bind:|:)?transition$/
2828

2929
// terminal directives
30-
const terminalDirectives = [
30+
export const terminalDirectives = [
3131
'for',
3232
'if'
3333
]

0 commit comments

Comments
 (0)
0