This commit is contained in:
Viet An
2026-06-05 23:21:54 +07:00
parent 541f99f82a
commit ce2e341401
10 changed files with 452 additions and 135 deletions

View File

@@ -1094,6 +1094,12 @@ export default defineNuxtPlugin((nuxtApp) => {
url_detail: "data-detail/Payment_Method/",
params: {},
},
{
name: "Customer_Address",
url: "data/Customer_Address/",
url_detail: "data-detail/Customer_Address/",
params: {},
},
];
const { $copy, $clone, $updateSeriesFields, $snackbar, $store, $remove, $dialog } = nuxtApp;