@vue/compiler-core
Advanced tools
@@ -477,7 +477,20 @@ import { PatchFlags } from '@vue/shared'; | ||
| callee: typeof RENDER_SLOT; | ||
| arguments: [string, string | ExpressionNode] | [string, string | ExpressionNode, PropsExpression] | [ | ||
| arguments: [string, string | ExpressionNode] | [string, string | ExpressionNode, PropsExpression | '{}'] | [ | ||
| string, | ||
| string | ExpressionNode, | ||
| PropsExpression | '{}', | ||
| TemplateChildNode[] | ||
| FunctionExpression | string | ||
| ] | [ | ||
| string, | ||
| string | ExpressionNode, | ||
| PropsExpression | '{}', | ||
| FunctionExpression | string, | ||
| string | ||
| ] | [ | ||
| string, | ||
| string | ExpressionNode, | ||
| PropsExpression | '{}', | ||
| FunctionExpression | string, | ||
| string, | ||
| JSChildNode | ||
| ]; | ||
@@ -484,0 +497,0 @@ } |
+2
-2
| { | ||
| "name": "@vue/compiler-core", | ||
| "version": "3.5.39", | ||
| "version": "3.5.40", | ||
| "description": "@vue/compiler-core", | ||
@@ -53,3 +53,3 @@ "main": "index.js", | ||
| "source-map-js": "^1.2.1", | ||
| "@vue/shared": "3.5.39" | ||
| "@vue/shared": "3.5.40" | ||
| }, | ||
@@ -56,0 +56,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
632869
0.39%20559
0.37%+ Added
- Removed
Updated