We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e131369 commit e9c676fCopy full SHA for e9c676f
packages/runtime-dom/src/index.ts
@@ -17,6 +17,7 @@ import {
17
} from '@vue/runtime-core'
18
import { nodeOps } from './nodeOps'
19
import { patchProp } from './patchProp'
20
+export { nodeOps, patchProp }
21
// Importing from the compiler, will be tree-shaken in prod
22
import {
23
NOOP,
0 commit comments