Vue project city selection page-advanced use of Vue and localStorage

Advanced use of Vue and localStorage

If you refresh, you will find that it has changed back to the original. We need to fix this bug.
Insert picture description here

  1. Because the project has to be taken apart in the enterprise. Two are defined, one for state and one for mutation
    Insert picture description here
  2. state.js, localStorage is used here to determine whether there is a change.
    Insert picture description here
  3. mutation.js
    Insert picture description here
  4. Advanced usage, so that our shared data does not have to be so troublesome. Don’t use it. The
    Insert picture description here
    original is like this.
    Insert picture description here
    It can also be used like this. The
    Insert picture description here
    above is as follows
    Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_45647118/article/details/114298194