vista categorias y metodos de pago

This commit is contained in:
2021-04-25 23:20:01 -05:00
parent 48dfb5e64f
commit 3e9e50e2c3
10 changed files with 484 additions and 27 deletions

View File

@@ -1,12 +1,13 @@
<template>
<div class="wrapper" :class="{ 'nav-open': $sidebar.showSidebar }">
<!-- <notifications></notifications> -->
<side-bar
:background-color="sidebarBackground"
short-title="MD"
title="Finanzas"
>
<notifications></notifications>
<template slot-scope="props" slot="links">
<sidebar-item
@@ -42,6 +43,15 @@
>
</sidebar-item>
<sidebar-item
:link="{
name: 'Configuración',
icon: 'tim-icons icon-chart-pie-36',
path: '/configuracion'
}"
>
</sidebar-item>
</template>