美文网首页
8-10 localstorage和Vuex的其他使用

8-10 localstorage和Vuex的其他使用

作者: 废柴阿W | 来源:发表于2018-10-28 20:21 被阅读0次

    localStorage、sessionStorage、Cookie的区别及用法

    localStorage使用总结

    HTML5的LocalStorage和sessionStorage的使用

    localStorage和cookie的跨域解决方案

    image.png

    localstorage

    store拆分

    vuex优化

    展开运算符...mapState意思是: 把 store 的state 里面的city 映射到当前组件的本地变量city,然后在当前组件中使用的时候,直接 this.city 这样使用就可以了。而不需要 store.state.city 这样写了
    ...mapState不仅可以传递数组,也可以传递对象,

    • 意思是公用数据里的city映射到当前组件的计算属性中

    ...mapMutations同理

    相关文章

      网友评论

          本文标题:8-10 localstorage和Vuex的其他使用

          本文链接:https://www.haomeiwen.com/subject/qhljtqtx.html