feat(uishell): nav

This commit is contained in:
Marcus Feitoza 2020-04-05 01:18:08 -03:00
commit f43f684b5c
8 changed files with 127 additions and 2 deletions

View file

@ -24,5 +24,6 @@
<span class={cx('--header__name--prefix')}>{company}</span>
&nbsp;{platformName}
</a>
<slot name="Nav" />
<slot name="SideNav" />
</header>