]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(runtime-dom): export nodeOps and patchProp for better accessibility (#13753) 14089/head
authorStefano Nepa <124149383+stefanonepanedap@users.noreply.github.com>
Mon, 10 Nov 2025 01:38:05 +0000 (02:38 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Nov 2025 01:38:05 +0000 (09:38 +0800)
packages/runtime-dom/src/index.ts

index 9b8782733d104ea9e38b7300d799c2b90d1b7dcc..7407ed7195da44a15e1ad78169e60851ffb9f9c4 100644 (file)
@@ -17,6 +17,7 @@ import {
 } from '@vue/runtime-core'
 import { nodeOps } from './nodeOps'
 import { patchProp } from './patchProp'
+export { nodeOps, patchProp }
 // Importing from the compiler, will be tree-shaken in prod
 import {
   NOOP,