|
@@ -17,6 +17,7 @@ import {
|
|
|
} from '@vue/runtime-core'
|
|
} from '@vue/runtime-core'
|
|
|
import { nodeOps } from './nodeOps'
|
|
import { nodeOps } from './nodeOps'
|
|
|
import { patchProp } from './patchProp'
|
|
import { patchProp } from './patchProp'
|
|
|
|
|
+export { nodeOps, patchProp }
|
|
|
// Importing from the compiler, will be tree-shaken in prod
|
|
// Importing from the compiler, will be tree-shaken in prod
|
|
|
import {
|
|
import {
|
|
|
NOOP,
|
|
NOOP,
|