Explorar el Código

fix hydration tests

Evan You hace 9 años
padre
commit
80fa9bf3d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/unit/modules/vdom/patch/hydration.spec.js

+ 1 - 1
test/unit/modules/vdom/patch/hydration.spec.js

@@ -1,7 +1,7 @@
 import Vue from 'vue'
 import VNode from 'core/vdom/vnode'
-import { SSR_ATTR } from 'shared/util'
 import { patch } from 'web/runtime/patch'
+import { SSR_ATTR } from 'shared/constants'
 
 describe('vdom patch: hydration', () => {
   let vnode0