- Downline User
- Not registered if already exists. - Forgot Password
This commit is contained in:
15
src/components/CRequisiti/CRequisiti.vue
Normal file
15
src/components/CRequisiti/CRequisiti.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="q-ma-md">
|
||||
<div :class="getcl">
|
||||
<div v-if="statebool" v-html="msgTrue"></div>
|
||||
<div v-else v-html="msgFalse"></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" src="./CRequisiti.ts">
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './CRequisiti.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user