feat: 登录注册页样式修改
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue'
|
||||
const options = ref([
|
||||
{ label: 'Female', value: '1' },
|
||||
{ label: 'Male', value: '0' }
|
||||
|
||||
Reference in New Issue
Block a user