@vue/compat 3.3.2 → 3.3.4
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.cjs.js +3 -3
- package/dist/vue.cjs.prod.js +3 -3
- package/dist/vue.esm-browser.js +3 -3
- package/dist/vue.esm-browser.prod.js +1 -1
- package/dist/vue.esm-bundler.js +387 -387
- package/dist/vue.global.js +3 -3
- package/dist/vue.global.prod.js +1 -1
- package/dist/vue.runtime.esm-browser.js +3 -3
- package/dist/vue.runtime.esm-browser.prod.js +1 -1
- package/dist/vue.runtime.esm-bundler.js +285 -285
- package/dist/vue.runtime.global.js +3 -3
- package/dist/vue.runtime.global.prod.js +1 -1
- package/package.json +2 -2
package/dist/vue.cjs.js
CHANGED
|
@@ -194,7 +194,7 @@ function normalizeStyle(value) {
|
|
|
194
194
|
}
|
|
195
195
|
const listDelimiterRE = /;(?![^(]*\))/g;
|
|
196
196
|
const propertyDelimiterRE = /:([^]+)/;
|
|
197
|
-
const styleCommentRE =
|
|
197
|
+
const styleCommentRE = /\/\*[^]*?\*\//g;
|
|
198
198
|
function parseStringStyle(cssText) {
|
|
199
199
|
const ret = {};
|
|
200
200
|
cssText.replace(styleCommentRE, "").split(listDelimiterRE).forEach((item) => {
|
|
@@ -6355,7 +6355,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6355
6355
|
return vm;
|
|
6356
6356
|
}
|
|
6357
6357
|
}
|
|
6358
|
-
Vue.version = `2.6.14-compat:${"3.3.
|
|
6358
|
+
Vue.version = `2.6.14-compat:${"3.3.4"}`;
|
|
6359
6359
|
Vue.config = singletonApp.config;
|
|
6360
6360
|
Vue.use = (p, ...options) => {
|
|
6361
6361
|
if (p && isFunction(p.install)) {
|
|
@@ -10896,7 +10896,7 @@ function isMemoSame(cached, memo) {
|
|
|
10896
10896
|
return true;
|
|
10897
10897
|
}
|
|
10898
10898
|
|
|
10899
|
-
const version = "3.3.
|
|
10899
|
+
const version = "3.3.4";
|
|
10900
10900
|
const _ssrUtils = {
|
|
10901
10901
|
createComponentInstance,
|
|
10902
10902
|
setupComponent,
|
package/dist/vue.cjs.prod.js
CHANGED
|
@@ -131,7 +131,7 @@ function normalizeStyle(value) {
|
|
|
131
131
|
}
|
|
132
132
|
const listDelimiterRE = /;(?![^(]*\))/g;
|
|
133
133
|
const propertyDelimiterRE = /:([^]+)/;
|
|
134
|
-
const styleCommentRE =
|
|
134
|
+
const styleCommentRE = /\/\*[^]*?\*\//g;
|
|
135
135
|
function parseStringStyle(cssText) {
|
|
136
136
|
const ret = {};
|
|
137
137
|
cssText.replace(styleCommentRE, "").split(listDelimiterRE).forEach((item) => {
|
|
@@ -5073,7 +5073,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5073
5073
|
return vm;
|
|
5074
5074
|
}
|
|
5075
5075
|
}
|
|
5076
|
-
Vue.version = `2.6.14-compat:${"3.3.
|
|
5076
|
+
Vue.version = `2.6.14-compat:${"3.3.4"}`;
|
|
5077
5077
|
Vue.config = singletonApp.config;
|
|
5078
5078
|
Vue.use = (p, ...options) => {
|
|
5079
5079
|
if (p && isFunction(p.install)) {
|
|
@@ -8757,7 +8757,7 @@ function isMemoSame(cached, memo) {
|
|
|
8757
8757
|
return true;
|
|
8758
8758
|
}
|
|
8759
8759
|
|
|
8760
|
-
const version = "3.3.
|
|
8760
|
+
const version = "3.3.4";
|
|
8761
8761
|
const _ssrUtils = {
|
|
8762
8762
|
createComponentInstance,
|
|
8763
8763
|
setupComponent,
|
package/dist/vue.esm-browser.js
CHANGED
|
@@ -184,7 +184,7 @@ function normalizeStyle(value) {
|
|
|
184
184
|
}
|
|
185
185
|
const listDelimiterRE = /;(?![^(]*\))/g;
|
|
186
186
|
const propertyDelimiterRE = /:([^]+)/;
|
|
187
|
-
const styleCommentRE =
|
|
187
|
+
const styleCommentRE = /\/\*[^]*?\*\//g;
|
|
188
188
|
function parseStringStyle(cssText) {
|
|
189
189
|
const ret = {};
|
|
190
190
|
cssText.replace(styleCommentRE, "").split(listDelimiterRE).forEach((item) => {
|
|
@@ -6255,7 +6255,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6255
6255
|
return vm;
|
|
6256
6256
|
}
|
|
6257
6257
|
}
|
|
6258
|
-
Vue.version = `2.6.14-compat:${"3.3.
|
|
6258
|
+
Vue.version = `2.6.14-compat:${"3.3.4"}`;
|
|
6259
6259
|
Vue.config = singletonApp.config;
|
|
6260
6260
|
Vue.use = (p, ...options) => {
|
|
6261
6261
|
if (p && isFunction(p.install)) {
|
|
@@ -10784,7 +10784,7 @@ function isMemoSame(cached, memo) {
|
|
|
10784
10784
|
return true;
|
|
10785
10785
|
}
|
|
10786
10786
|
|
|
10787
|
-
const version = "3.3.
|
|
10787
|
+
const version = "3.3.4";
|
|
10788
10788
|
const ssrUtils = null;
|
|
10789
10789
|
const resolveFilter = resolveFilter$1 ;
|
|
10790
10790
|
const _compatUtils = {
|