@vue/compat 3.4.0-alpha.2 → 3.4.0-alpha.3
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 +4 -2
- package/dist/vue.cjs.prod.js +5 -3
- package/dist/vue.esm-browser.js +4 -2
- package/dist/vue.esm-browser.prod.js +3 -3
- package/dist/vue.esm-bundler.js +6 -4
- package/dist/vue.global.js +4 -2
- package/dist/vue.global.prod.js +3 -3
- package/dist/vue.runtime.esm-browser.js +2 -2
- package/dist/vue.runtime.esm-browser.prod.js +5 -5
- package/dist/vue.runtime.esm-bundler.js +3 -3
- package/dist/vue.runtime.global.js +2 -2
- package/dist/vue.runtime.global.prod.js +3 -3
- package/package.json +3 -3
package/dist/vue.cjs.js
CHANGED
|
@@ -6423,7 +6423,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6423
6423
|
return vm;
|
|
6424
6424
|
}
|
|
6425
6425
|
}
|
|
6426
|
-
Vue.version = `2.6.14-compat:${"3.4.0-alpha.
|
|
6426
|
+
Vue.version = `2.6.14-compat:${"3.4.0-alpha.3"}`;
|
|
6427
6427
|
Vue.config = singletonApp.config;
|
|
6428
6428
|
Vue.use = (p, ...options) => {
|
|
6429
6429
|
if (p && isFunction(p.install)) {
|
|
@@ -11034,7 +11034,7 @@ function isMemoSame(cached, memo) {
|
|
|
11034
11034
|
return true;
|
|
11035
11035
|
}
|
|
11036
11036
|
|
|
11037
|
-
const version = "3.4.0-alpha.
|
|
11037
|
+
const version = "3.4.0-alpha.3";
|
|
11038
11038
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
11039
11039
|
const _ssrUtils = {
|
|
11040
11040
|
createComponentInstance,
|
|
@@ -14482,6 +14482,8 @@ const tokenizer = new Tokenizer(stack, {
|
|
|
14482
14482
|
}
|
|
14483
14483
|
},
|
|
14484
14484
|
ondirarg(start, end) {
|
|
14485
|
+
if (start === end)
|
|
14486
|
+
return;
|
|
14485
14487
|
const arg = getSlice(start, end);
|
|
14486
14488
|
if (inVPre) {
|
|
14487
14489
|
currentProp.name += arg;
|
package/dist/vue.cjs.prod.js
CHANGED
|
@@ -1455,7 +1455,7 @@ function handleError(err, instance, type, throwInDev = true) {
|
|
|
1455
1455
|
if (instance) {
|
|
1456
1456
|
let cur = instance.parent;
|
|
1457
1457
|
const exposedInstance = instance.proxy;
|
|
1458
|
-
const errorInfo = type
|
|
1458
|
+
const errorInfo = `https://vuejs.org/errors/#runtime-${type}`;
|
|
1459
1459
|
while (cur) {
|
|
1460
1460
|
const errorCapturedHooks = cur.ec;
|
|
1461
1461
|
if (errorCapturedHooks) {
|
|
@@ -5122,7 +5122,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
5122
5122
|
return vm;
|
|
5123
5123
|
}
|
|
5124
5124
|
}
|
|
5125
|
-
Vue.version = `2.6.14-compat:${"3.4.0-alpha.
|
|
5125
|
+
Vue.version = `2.6.14-compat:${"3.4.0-alpha.3"}`;
|
|
5126
5126
|
Vue.config = singletonApp.config;
|
|
5127
5127
|
Vue.use = (p, ...options) => {
|
|
5128
5128
|
if (p && isFunction(p.install)) {
|
|
@@ -8857,7 +8857,7 @@ function isMemoSame(cached, memo) {
|
|
|
8857
8857
|
return true;
|
|
8858
8858
|
}
|
|
8859
8859
|
|
|
8860
|
-
const version = "3.4.0-alpha.
|
|
8860
|
+
const version = "3.4.0-alpha.3";
|
|
8861
8861
|
const ErrorTypeStrings = null;
|
|
8862
8862
|
const _ssrUtils = {
|
|
8863
8863
|
createComponentInstance,
|
|
@@ -12129,6 +12129,8 @@ const tokenizer = new Tokenizer(stack, {
|
|
|
12129
12129
|
}
|
|
12130
12130
|
},
|
|
12131
12131
|
ondirarg(start, end) {
|
|
12132
|
+
if (start === end)
|
|
12133
|
+
return;
|
|
12132
12134
|
const arg = getSlice(start, end);
|
|
12133
12135
|
if (inVPre) {
|
|
12134
12136
|
currentProp.name += arg;
|
package/dist/vue.esm-browser.js
CHANGED
|
@@ -6322,7 +6322,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
|
|
|
6322
6322
|
return vm;
|
|
6323
6323
|
}
|
|
6324
6324
|
}
|
|
6325
|
-
Vue.version = `2.6.14-compat:${"3.4.0-alpha.
|
|
6325
|
+
Vue.version = `2.6.14-compat:${"3.4.0-alpha.3"}`;
|
|
6326
6326
|
Vue.config = singletonApp.config;
|
|
6327
6327
|
Vue.use = (p, ...options) => {
|
|
6328
6328
|
if (p && isFunction(p.install)) {
|
|
@@ -10921,7 +10921,7 @@ function isMemoSame(cached, memo) {
|
|
|
10921
10921
|
return true;
|
|
10922
10922
|
}
|
|
10923
10923
|
|
|
10924
|
-
const version = "3.4.0-alpha.
|
|
10924
|
+
const version = "3.4.0-alpha.3";
|
|
10925
10925
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
10926
10926
|
const ssrUtils = null;
|
|
10927
10927
|
const resolveFilter = resolveFilter$1 ;
|
|
@@ -14309,6 +14309,8 @@ const tokenizer = new Tokenizer(stack, {
|
|
|
14309
14309
|
}
|
|
14310
14310
|
},
|
|
14311
14311
|
ondirarg(start, end) {
|
|
14312
|
+
if (start === end)
|
|
14313
|
+
return;
|
|
14312
14314
|
const arg = getSlice(start, end);
|
|
14313
14315
|
if (inVPre) {
|
|
14314
14316
|
currentProp.name += arg;
|