- aggiunto componenti per Home Template... ma ancora da provare

- sistemato catprods
- Sistemato menu
This commit is contained in:
Surya Paolo
2025-09-22 19:09:14 +02:00
parent 917cdaa754
commit c8589e794f
114 changed files with 3594207 additions and 316 deletions

View File

@@ -4,6 +4,7 @@ import { LandingFooter } from '@src/components/LandingFooter';
import { useUserStore } from '@store/UserStore';
import MixinUsers from '@src/mixins/mixin-users';
import { useI18n } from 'vue-i18n';
import { tools } from '@tools';
export default defineComponent({
name: 'Regok',
@@ -15,6 +16,7 @@ export default defineComponent({
return {
t,
tools,
};
},
});