- aggiunto componenti per Home Template... ma ancora da provare
- sistemato catprods - Sistemato menu
This commit is contained in:
@@ -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,
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user