vue 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.esm-browser.js +3 -1
- package/dist/vue.esm-browser.prod.js +3 -3
- package/dist/vue.global.js +3 -1
- package/dist/vue.global.prod.js +3 -3
- package/dist/vue.runtime.esm-browser.js +1 -1
- package/dist/vue.runtime.esm-browser.prod.js +2 -2
- package/dist/vue.runtime.global.js +1 -1
- package/dist/vue.runtime.global.prod.js +3 -3
- package/package.json +6 -6
package/dist/vue.esm-browser.js
CHANGED
|
@@ -9229,7 +9229,7 @@ function isMemoSame(cached, memo) {
|
|
|
9229
9229
|
return true;
|
|
9230
9230
|
}
|
|
9231
9231
|
|
|
9232
|
-
const version = "3.4.0-alpha.
|
|
9232
|
+
const version = "3.4.0-alpha.3";
|
|
9233
9233
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
9234
9234
|
const ssrUtils = null;
|
|
9235
9235
|
const resolveFilter = null;
|
|
@@ -12385,6 +12385,8 @@ const tokenizer = new Tokenizer(stack, {
|
|
|
12385
12385
|
}
|
|
12386
12386
|
},
|
|
12387
12387
|
ondirarg(start, end) {
|
|
12388
|
+
if (start === end)
|
|
12389
|
+
return;
|
|
12388
12390
|
const arg = getSlice(start, end);
|
|
12389
12391
|
if (inVPre) {
|
|
12390
12392
|
currentProp.name += arg;
|