We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e62f0 commit 1648adbCopy full SHA for 1648adb
src/core/vdom/patch.js
@@ -14,7 +14,7 @@
14
15
import VNode from './vnode'
16
import config from '../config'
17
-import { SSR_ATTR } from 'shared/util'
+import { SSR_ATTR } from 'shared/constants'
18
import { registerRef } from './modules/ref'
19
import { activeInstance } from '../instance/lifecycle'
20
0 commit comments