npm install -D sass-loader node-sass
lang可以配置scss ,scoped表示这里写的css只有当前组件有效
<style lang = "scss" scoped> h2 { text-align: center; } </style>
7. Vue3 实现toDoList,以及类似京东App搜索缓存数据功能
原文:https://www.cnblogs.com/guxia/p/14390919.html