this is pretty initial and the are still no per order page.
This commit is contained in:
parent
8bd41f8df3
commit
ed739e27fd
2 changed files with 187 additions and 0 deletions
|
@ -19,6 +19,7 @@ const navSelected = ref([route.path]);
|
|||
<VList v-model:selected="navSelected" density="compact" nav>
|
||||
<VListItem prepend-icon="mdi-login" title="Login" value="/login" @click="navigateTo('/login')" />
|
||||
<VListItem prepend-icon="mdi-account" title="Clients" value="/clients" @click="navigateTo('/clients')" />
|
||||
<VListItem prepend-icon="mdi-receipt-text" title="Orders" value="/orders" @click="navigateTo('/orders')" />
|
||||
<VDivider />
|
||||
</VList>
|
||||
</VNavigationDrawer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue