Skip to content

ivue@0.1.7

Latest
Compare
Choose a tag to compare
@infinite-system infinite-system released this 11 Nov 19:36
· 8 commits to main since this release
  • Fixed inheritance getter propagation
  • .toRefs(props) now accepts array of props instead of argument list of props
  • .toRefs(['prop', 'prop2']) will now properly auto-complete via Type inference
  • .toRefs() .value inference is also fully supported now