From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 14:27:54 +0800
Subject: [PATCH] 青岛推送
---
node_modules/@vue/compiler-core/dist/compiler-core.d.ts | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/node_modules/@vue/compiler-core/dist/compiler-core.d.ts b/node_modules/@vue/compiler-core/dist/compiler-core.d.ts
index ef6dbc2..b13ed96 100644
--- a/node_modules/@vue/compiler-core/dist/compiler-core.d.ts
+++ b/node_modules/@vue/compiler-core/dist/compiler-core.d.ts
@@ -1,6 +1,6 @@
import { PatchFlags } from '@vue/shared';
export { generateCodeFrame } from '@vue/shared';
-import { Node as Node$1, Identifier, Function, BlockStatement as BlockStatement$1, SwitchCase, Program, ObjectProperty } from '@babel/types';
+import { Node as Node$1, Identifier, Function, ObjectProperty, BlockStatement as BlockStatement$1, SwitchCase, Program } from '@babel/types';
import { ParserPlugin } from '@babel/parser';
export declare const FRAGMENT: unique symbol;
@@ -615,15 +615,16 @@
X_V_MODEL_MALFORMED_EXPRESSION = 42,
X_V_MODEL_ON_SCOPE_VARIABLE = 43,
X_V_MODEL_ON_PROPS = 44,
- X_INVALID_EXPRESSION = 45,
- X_KEEP_ALIVE_INVALID_CHILDREN = 46,
- X_PREFIX_ID_NOT_SUPPORTED = 47,
- X_MODULE_MODE_NOT_SUPPORTED = 48,
- X_CACHE_HANDLER_NOT_SUPPORTED = 49,
- X_SCOPE_ID_NOT_SUPPORTED = 50,
- X_VNODE_HOOKS = 51,
- X_V_BIND_INVALID_SAME_NAME_ARGUMENT = 52,
- __EXTEND_POINT__ = 53
+ X_V_MODEL_ON_CONST = 45,
+ X_INVALID_EXPRESSION = 46,
+ X_KEEP_ALIVE_INVALID_CHILDREN = 47,
+ X_PREFIX_ID_NOT_SUPPORTED = 48,
+ X_MODULE_MODE_NOT_SUPPORTED = 49,
+ X_CACHE_HANDLER_NOT_SUPPORTED = 50,
+ X_SCOPE_ID_NOT_SUPPORTED = 51,
+ X_VNODE_HOOKS = 52,
+ X_V_BIND_INVALID_SAME_NAME_ARGUMENT = 53,
+ __EXTEND_POINT__ = 54
}
export declare const errorMessages: Record<ErrorCodes, string>;
--
Gitblit v1.9.3