vue 3.3.0 → 3.3.1
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/vue.esm-browser.js +2 -2
- package/dist/vue.esm-browser.prod.js +1 -1
- package/dist/vue.global.js +2 -2
- package/dist/vue.global.prod.js +1 -1
- package/dist/vue.runtime.esm-browser.js +2 -2
- package/dist/vue.runtime.esm-browser.prod.js +1 -1
- package/dist/vue.runtime.global.js +2 -2
- package/dist/vue.runtime.global.prod.js +1 -1
- package/package.json +6 -6
package/dist/vue.global.js
CHANGED
|
@@ -3023,7 +3023,7 @@ var Vue = (function (exports) {
|
|
|
3023
3023
|
optimized
|
|
3024
3024
|
);
|
|
3025
3025
|
if (suspense.deps === 0) {
|
|
3026
|
-
suspense.resolve();
|
|
3026
|
+
suspense.resolve(false, true);
|
|
3027
3027
|
}
|
|
3028
3028
|
return result;
|
|
3029
3029
|
}
|
|
@@ -9090,7 +9090,7 @@ Component that was made reactive: `,
|
|
|
9090
9090
|
return true;
|
|
9091
9091
|
}
|
|
9092
9092
|
|
|
9093
|
-
const version = "3.3.
|
|
9093
|
+
const version = "3.3.1";
|
|
9094
9094
|
const ssrUtils = null;
|
|
9095
9095
|
const resolveFilter = null;
|
|
9096
9096
|
const compatUtils = null;
|