@vue/shared 3.3.8 → 3.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/shared.cjs.js +1 -1
- package/dist/shared.cjs.prod.js +1 -1
- package/dist/shared.d.ts +4 -3
- package/dist/shared.esm-bundler.js +1 -1
- package/package.json +1 -1
package/dist/shared.cjs.js
CHANGED
package/dist/shared.cjs.prod.js
CHANGED
package/dist/shared.d.ts
CHANGED
|
@@ -129,10 +129,11 @@ export declare const enum PatchFlags {
|
|
|
129
129
|
*/
|
|
130
130
|
FULL_PROPS = 16,
|
|
131
131
|
/**
|
|
132
|
-
* Indicates an element
|
|
133
|
-
*
|
|
132
|
+
* Indicates an element that requires props hydration
|
|
133
|
+
* (but not necessarily patching)
|
|
134
|
+
* e.g. event listeners & v-bind with prop modifier
|
|
134
135
|
*/
|
|
135
|
-
|
|
136
|
+
NEED_HYDRATION = 32,
|
|
136
137
|
/**
|
|
137
138
|
* Indicates a fragment whose children order doesn't change.
|
|
138
139
|
*/
|