摘要: <style> /*每个页面公共css */ @import '@/uni_modules/uni-scss/index.scss'; 漏了 lang="scss" <style lang="scss"> /*每个页面公共css */ @import '@/uni_modules/uni-scss/ 阅读全文
posted @ 2022-10-26 17:14 yoona-lin 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: 刷新后组件还报错 **问题:没重新编译** **解决:重新编译** 记得引入样式文件 app.vue <style lang="scss"> /*每个页面公共css */ @import '@/uni_modules/uni-scss/index.scss'; 阅读全文
posted @ 2022-10-26 16:58 yoona-lin 阅读(285) 评论(0) 推荐(0) 编辑