Conto Comunitario...

This commit is contained in:
Surya Paolo
2023-01-12 01:03:19 +01:00
parent 2acf161d5d
commit 3d77cf671d
21 changed files with 436 additions and 65 deletions

View File

@@ -11,7 +11,13 @@ import { CRegistration } from '@/components/CRegistration'
export default defineComponent({
name: 'CCheckIfIsLogged',
components: { CRegistration },
props: {},
props: {
showalways: {
type: Boolean,
required: true,
default: false,
},
},
setup(props, { emit }) {
const userStore = useUserStore()