mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-14 22:59:20 +08:00
feat: 新增手机号登录、邮箱登录
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<a-button size="mini" class="gi_hover_btn" @click="handleToggleTheme">
|
||||
<template #icon>
|
||||
<icon-sun-fill :size="18" v-if="appStore.theme === 'light'"></icon-sun-fill>
|
||||
<icon-moon-fill :size="18" v-else></icon-moon-fill>
|
||||
<icon-moon-fill v-if="appStore.theme === 'light'" :size="18" />
|
||||
<icon-sun-fill v-else :size="18" />
|
||||
</template>
|
||||
</a-button>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user