liveh5-nuxt/app/pages/home/components/ItemList/index.vue
xingyy efc47a27fd refactor(app): 优化登录功能并添加新组件
- 在 Column 组件中使用可选链操作符,提高代码健壮性- 添加 ItemList 组件,但未提供具体实现
- 在 login 组件中:
  - 引入消息提示功能
  -优化登录流程,添加 loading 状态
  - 修复登录后的页面跳转
  - 为登录按钮添加 loading 状态和文本
2025-01-20 13:59:50 +08:00

11 lines
86 B
Vue

<script setup lang="ts">
</script>
<template>
</template>
<style scoped>
</style>