Skip to content

Commit e9c676f

Browse files
chore(runtime-dom): export nodeOps and patchProp for better accessibility (#13753)
1 parent e131369 commit e9c676f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-dom/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {
1717
} from '@vue/runtime-core'
1818
import { nodeOps } from './nodeOps'
1919
import { patchProp } from './patchProp'
20+
export { nodeOps, patchProp }
2021
// Importing from the compiler, will be tree-shaken in prod
2122
import {
2223
NOOP,

0 commit comments

Comments
 (0)