Skip to content

Commit 398bf7e

Browse files
author
Evan You
committed
fix browserify can't deal with 'if' issue...
1 parent 55d8dbe commit 398bf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var Emitter = require('./emitter'),
2727
// list of priority directives
2828
// that needs to be checked in specific order
2929
priorityDirectives = [
30-
'if',
30+
'i' + 'f',
3131
'repeat',
3232
'view',
3333
'component'

0 commit comments

Comments
 (0)