feat(ui-shell): make company in Header slottable (#1764)

This commit is contained in:
Janos Lengyel 2023-07-13 14:33:48 +00:00 committed by GitHub
commit 9b3f014a0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 8 deletions

View file

@ -4833,6 +4833,12 @@
"moduleExports": [],
"slots": [
{ "name": "__default__", "default": true, "slot_props": "{}" },
{
"name": "company",
"default": false,
"fallback": "{company} ",
"slot_props": "{}"
},
{
"name": "platform",
"default": false,