Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 31, 2017
1 parent 69e62f0 commit 1648adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/vdom/patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import VNode from './vnode'
import config from '../config'
import { SSR_ATTR } from 'shared/util'
import { SSR_ATTR } from 'shared/constants'
import { registerRef } from './modules/ref'
import { activeInstance } from '../instance/lifecycle'

Expand Down

0 comments on commit 1648adb

Please sign in to comment.