Skip to content

2.0.0-alpha.5

Compare
Choose a tag to compare
@lmiller1990 lmiller1990 released this 16 May 01:10

Features:

Fixes

  • esm build no longer relies on cjs modules. You can now use VTU as an es module in a browser directly. Try it with Vite - it's great! (#116, @lmiller1990)
  • fix config.global.stubs to work correctly (#116, @lmiller1990)
  • allow mounting functional components (#118, @dobromir-hristov)