Skip to content

Commit 2cf2283

Browse files
committed
Rollup bundle miss index.
1 parent b0cba0f commit 2cf2283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mvvm/directives/on.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Watcher from '../watcher'
22
import Parser, { linkParser } from '../parser'
33
import { addEvent, removeEvent } from '../../dom'
4-
import { isNormal, addScope } from '../expression'
4+
import { isNormal, addScope } from '../expression/index'
55
import { removeSpace, each, def, extend, clearObject, warn, isFunc, error, noop } from '../../util'
66

77
const regKeyCode = /^(\d)*$/

0 commit comments

Comments
 (0)