Explorar el Código

chore(runtime-dom): export nodeOps and patchProp for better accessibility (#13753)

Stefano Nepa hace 5 meses
padre
commit
e9c676ff2b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/runtime-dom/src/index.ts

+ 1 - 0
packages/runtime-dom/src/index.ts

@@ -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,