Commit Graph

4 Commits

Author SHA1 Message Date
e519d746c9 refactor: 取消用户默认密码,改为表单填写密码 2024-02-02 23:44:42 +08:00
01dd38f8ab style: 调整 Vue 组件内 script 标签到 template 标签之前
1.template 和 style 挨在一起,便于样式调整
2.打开文件,可以便于修改 Script 代码
2024-01-08 20:37:49 +08:00
b56f029e68 refactor: 引入 unplugin-auto-import,减少重复性 Vue 函数引入
避免在每个 Vue 组件中都重复性的去声明 ref 等函数
2024-01-07 23:54:43 +08:00
01c45a9669 hello world 2024-01-02 21:10:26 +08:00