Evan You
9 years ago
12 changed files with 8 additions and 8 deletions
@ -1,6 +1,6 @@ |
|||
import Vue from '../runtime/index' |
|||
import { update } from '../runtime/dom-updater/index' |
|||
import { patch } from '../runtime/dom-backend/index' |
|||
|
|||
Vue.prototype.__update__ = update |
|||
Vue.prototype.__patch__ = patch |
|||
|
|||
export default Vue |
|||
|
Loading…
Reference in new issue