5763f5ced3
- 移除语句末尾分号,规范代码格式 - 优化组件结构和类型定义 - 改进视图文档和示例 - 提升代码一致性
8 lines
192 B
TypeScript
8 lines
192 B
TypeScript
/**
|
|
* Authentication Views
|
|
* Export all authentication-related views
|
|
*/
|
|
|
|
export { default as LoginView } from './LoginView.vue'
|
|
export { default as RegisterView } from './RegisterView.vue'
|