Просмотр исходного кода

feat(financial): adiciona Integração Asaas ao menu Financeiro

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ebagabee 1 месяц назад
Родитель
Сommit
f0a0232b02
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      src/stores/navigation.js

+ 6 - 0
src/stores/navigation.js

@@ -88,6 +88,12 @@ export const navigationStore = defineStore("navigation", () => {
           icon: "mdi-file-document-outline",
           permission: true,
         },
+        {
+          title: "Integração Asaas",
+          name: "AsaasIntegrationPage",
+          icon: "mdi-api",
+          permission: true,
+        },
       ],
     },
     {