|
|
@ -30,7 +30,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script setup lang="ts"> |
|
|
|
import { ref, defineProps, computed, watch } from 'vue' |
|
|
|
import { ref, computed, watch } from 'vue' |
|
|
|
import activeIcon from '@/assets/register-user-active.svg' |
|
|
|
import existIcon from '@/assets/register-user-exist.svg' |
|
|
|
import devicateIcon from '@/assets/register-user-devicate.svg' |
|
|
|