Skip to content

Releases: lzxb/vuet

0.3.0

12 Aug 05:22
Compare
Choose a tag to compare
releases:[0.3.0]

Removed the `babel` dependency in` package.json`

31 Jul 02:25
Compare
Choose a tag to compare

fix rule manual

26 Jun 15:34
Compare
Choose a tag to compare

Modules can be non object types

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

refactor:scroll

25 Jun 07:35
Compare
Choose a tag to compare

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

0.1.9

24 Jun 13:11
Compare
Choose a tag to compare

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

fix:scroll bug

21 Jun 06:37
Compare
Choose a tag to compare
Merge pull request #6 from medevicex/dev

Dev

0.1.7

18 Jun 13:13
Compare
Choose a tag to compare

fix:switch route scroll is bug

0.1.6

17 Jun 19:56
Compare
Choose a tag to compare

Fixed some browsers that did not support scrolling bug