|
@@ -111,7 +111,6 @@ const StockTab = defineAsyncComponent(() => import("./tabs/StockTab.vue"));
|
|
|
const tabs = [
|
|
const tabs = [
|
|
|
{ label: "Produtos", name: "products" },
|
|
{ label: "Produtos", name: "products" },
|
|
|
{ label: "Estoque", name: "stock" },
|
|
{ label: "Estoque", name: "stock" },
|
|
|
- { label: "Pedidos", name: "orders" },
|
|
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
const handleAdd = () => {
|
|
const handleAdd = () => {
|