Skip to content

v0.6.2

Compare
Choose a tag to compare
@antfu antfu released this 11 Jun 06:14
· 397 commits to main since this release

Bug Fixes

  • reactivity: unwrap nested refs on the template (#361) (1fd48f5)
  • defineComponent() with array props (#364) (d7048d4)
  • setup: Allow retuning frozen objects on the setup (#366) (bca3a69)
  • mark props as reactive (#359) (bc78428)

Features