@vue-macros/volar
Advanced tools
Comparing version 0.17.3 to 0.17.4
@@ -165,3 +165,3 @@ // src/jsx-directive.ts | ||
if (isTemplateTag) { | ||
name = ts.isJsxNamespacedName(attr.name) ? attr.name.name : void 0; | ||
name = ts.isJsxNamespacedName(attr.name) && attr.name.name.escapedText !== "default" ? attr.name.name : void 0; | ||
} | ||
@@ -168,0 +168,0 @@ if ((ts.isJsxNamespacedName(attr.name) ? attr.name.namespace : attr.name).escapedText === "v-slot") |
{ | ||
"name": "@vue-macros/volar", | ||
"version": "0.17.3", | ||
"packageManager": "pnpm@8.10.4", | ||
"version": "0.17.4", | ||
"packageManager": "pnpm@8.10.5", | ||
"description": "Volar plugin for Vue Macros.", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
"@vue/compiler-dom": "^3.3.8", | ||
"typescript": "~5.2.2", | ||
"typescript": "~5.3.2", | ||
"vue-tsc": "1.8.22" | ||
@@ -59,0 +59,0 @@ }, |
32296