salix/modules/client/front/main/index.html

11 lines
286 B
HTML
Raw Normal View History

2019-11-10 10:08:44 +00:00
<vn-portal slot="topbar">
<vn-searchbar
search-state="client.index"
panel="vn-client-search-panel"
info="Search client by id or name">
</vn-searchbar>
</vn-portal>
<vn-portal slot="menu">
<vn-left-menu></vn-left-menu>
</vn-portal>
<ui-view></ui-view>