摘要: 单行 div{ width:100px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap } 此处记录一个坑: display: inline-flex; 无效 阅读全文
posted @ 2022-02-16 17:56 宝码哥 阅读(38) 评论(0) 推荐(0)
摘要: 首先你需要安装unplugin-vue-components 和 unplugin-auto-import这两款插件 npm install -D unplugin-vue-components unplugin-auto-import 在vue脚手架所创建项目根目录创建vue.config.js, 阅读全文
posted @ 2022-02-16 13:52 宝码哥 阅读(428) 评论(0) 推荐(0)