vista categorias y metodos de pago
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user