Skip to content

VueSource v1.1

Latest
Compare
Choose a tag to compare
@davestewart davestewart released this 11 Feb 21:08
· 2 commits to master since this release

Additions:

  • added Rollup compilation, so should now work in all webpack builds
  • can inspect() components in Vue DevTools v4 via the console $0.inspect()

Changes:

  • uses Vue.use() rather than VueSource.init()
  • minor changes to type parameter
  • access Vue component in console via $0.vm rather than $0.vue (to keep inline with DevTools)