Vuet Versions Save

允许你定义飙车过程的集中式状态管理模式

0.3.0

6 years ago

0.2.9

6 years ago

0.2.3

6 years ago

Modules can be non object types

const vuet = new Vuet({
  modules: {
    count: {
      data () {
        return 0
      }
    },
    manuals: {
      plus ({ state }) {
        this.setState(++state)
      }
    }
  }
})

0.2.2

6 years ago

The original instruction v-route-scroll was modified to v-vuet-scroll

0.1.9

6 years ago

fix manual in rule not async the bug Sensory user @zhangbowei feedback

0.1.8

6 years ago

0.1.7

6 years ago

fix:switch route scroll is bug

0.1.6

6 years ago

Fixed some browsers that did not support scrolling bug