feat: change path in product service

This commit is contained in:
Methapon2001 2024-07-08 16:29:37 +07:00
parent 9a09ae1946
commit 3a69c5e44e
5 changed files with 31 additions and 44 deletions

View file

@ -97,7 +97,11 @@ export function formatNumberDecimal(num: number, point: number): string {
const useUtilsStore = defineStore('utilsStore', () => {
const currentTitle = ref<{
title: string;
path: { text: string; handler?: () => unknown }[];
path: {
text: string;
argsi18n?: Record<string, string>;
handler?: () => unknown;
}[];
}>({
title: '',
path: [