diff --git a/lib/utils/html-elements.json b/lib/utils/html-elements.json
index 829b6f841..ff9cdf313 100644
--- a/lib/utils/html-elements.json
+++ b/lib/utils/html-elements.json
@@ -74,7 +74,6 @@
"output",
"p",
"picture",
- "portal",
"pre",
"progress",
"q",
@@ -87,6 +86,7 @@
"search",
"section",
"select",
+ "selectedcontent",
"slot",
"small",
"source",
diff --git a/lib/utils/vue3-export-names.json b/lib/utils/vue3-export-names.json
index 349779da1..395090026 100644
--- a/lib/utils/vue3-export-names.json
+++ b/lib/utils/vue3-export-names.json
@@ -235,6 +235,7 @@
"AsyncComponentOptions",
"defineAsyncComponent",
"useModel",
+ "TemplateRef",
"useTemplateRef",
"useId",
"h",
@@ -263,8 +264,8 @@
"devtools",
"setDevtoolsHook",
"DeprecationTypes",
- "WatchOptionsBase",
"createElementVNode",
+ "WatchOptionsBase",
"TransitionProps",
"Transition",
"TransitionGroupProps",