Parcourir la source

fix hydration tests

Evan You il y a 9 ans
Parent
commit
80fa9bf3d6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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