Catalog / Astro

@astrojs/vue 7.0.3

yesterdayfixedOriginal notes

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.