7. Vue3 实现toDoList,以及类似京东App搜索缓存数据功能

一、Vue3.x中集成Sass/scsss

1.1、安装sass-loader node-sass

npm install -D sass-loader node-sass

1.2、style中配置sass/scss

lang可以配置scss ,scoped表示这里写的css只有当前组件有效

<style lang = "scss" scoped>
    h2 {
        text-align: center;
    }
</style>

二、Vue3.x 实现一个完整的toDoList(待办事项) 以及类似京东App搜索缓存数据功能

7. Vue3 实现toDoList,以及类似京东App搜索缓存数据功能

7. Vue3 实现toDoList,以及类似京东App搜索缓存数据功能

7. Vue3 实现toDoList,以及类似京东App搜索缓存数据功能

上一篇:升级Node版本RN项目运行报错cb.apply is not a function


下一篇:Oracle如何利用SQL查询表空间的表空间大小、已使用空间、使用比、空闲空间