Przeglądaj źródła

fix hydration tests

Evan You 9 lat temu
rodzic
commit
80fa9bf3d6
1 zmienionych plików z 1 dodań i 1 usunięć
  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