Browse Source

feat(apis): adiciona item "APIs" no menu lateral

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ebagabee 1 tháng trước cách đây
mục cha
commit
a958585e6e
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      src/stores/navigation.js

+ 8 - 0
src/stores/navigation.js

@@ -61,6 +61,14 @@ export const navigationStore = defineStore("navigation", () => {
       disable: false,
       permission: true,
     },
+    {
+      type: "single",
+      title: "APIs",
+      name: "ApisPage",
+      icon: "mdi-api",
+      disable: false,
+      permission: true,
+    },
     {
       type: "single",
       title: "Suporte",