摘要: Main.vue <template> <div> <el-container> <el-aside width="200px"> <el-menu :default-openeds="['1']"> <el-submenu index="1"> <template slot="title"><i 阅读全文
posted @ 2021-11-09 22:00 yub4by 阅读(100) 评论(0) 推荐(0)
摘要: <template> <h1>用户列表</h1> </template> <script> export default { name: "List" } </script> <style scoped> </style> <template> <h1>个人信息</h1> </template> < 阅读全文
posted @ 2021-11-09 20:09 yub4by 阅读(67) 评论(0) 推荐(0)
摘要: <template> <h1>首页</h1> </template> <script> export default { name: "Main" } </script> <style scoped></style> <template> <div> <el-form ref="loginForm" 阅读全文
posted @ 2021-11-09 16:22 yub4by 阅读(82) 评论(0) 推荐(0)