Skip to content

Commit 1648adb

Browse files
committed
fix import
1 parent 69e62f0 commit 1648adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/vdom/patch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import VNode from './vnode'
1616
import config from '../config'
17-
import { SSR_ATTR } from 'shared/util'
17+
import { SSR_ATTR } from 'shared/constants'
1818
import { registerRef } from './modules/ref'
1919
import { activeInstance } from '../instance/lifecycle'
2020

0 commit comments

Comments
 (0)