Conto Comunitario...
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user