Skip to content

v1.6.0

Compare
Choose a tag to compare
@patinthehat patinthehat released this 11 Feb 13:13
· 322 commits to main since this release
  • add this.$ray().data() to show component data

  • add this.$ray().props() to show component props

  • add this.$ray().ref(name) method that shows the html content of a named Vue ref

  • merge duplicate code into shared files

  • reorganize project structure

  • update readme examples