Skip to content

@astrojs/vue@7.0.3

Latest

Choose a tag to compare

@astrobot-houston astrobot-houston released this 16 Sep 20:36
· 4 commits to main since this release
39b5589

Patch Changes

  • #17985 7a6e7f7 Thanks @astro-factory! - Fixes Vue render-function components failing to build when @astrojs/react is also enabled. React's renderer check no longer crashes on non-React object components, and Vue's check now recognizes defineComponent() components that use a setup function returning a render function.