feat(ui-shell): make HeaderNavItem slottable (#1693)

This commit is contained in:
Pierre 2023-05-03 01:23:04 +02:00 committed by GitHub
commit b9aaa3adca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 4 deletions

View file

@ -5122,7 +5122,14 @@
}
],
"moduleExports": [],
"slots": [],
"slots": [
{
"name": "__default__",
"default": true,
"fallback": "{text}",
"slot_props": "{}"
}
],
"events": [
{ "type": "forwarded", "name": "click", "element": "a" },
{ "type": "forwarded", "name": "mouseover", "element": "a" },