mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
af8401ebf9
* fix(vue): initialized the 'app' variable earlier in the client.js script by assigning the 'appInstance' reference to it so that it is available for the later established 'astro:unmount' event listener * Add changeset * fix(vue): reverted the last change and instead moved the 'astro:unmount' event listener to inside of the 'if' statement where the 'app' variable is initialized --------- Co-authored-by: Matt Kane <m@mk.gg> |
||
---|---|---|
.. | ||
src | ||
test | ||
CHANGELOG.md | ||
client.js | ||
context.js | ||
package.json | ||
README.md | ||
server.d.ts | ||
server.js | ||
static-html.js | ||
tsconfig.json |
@astrojs/vue 💚
This Astro integration enables server-side rendering and client-side hydration for your Vue 3 components.
Documentation
Read the @astrojs/vue
docs
Support
-
Get help in the Astro Discord. Post questions in our
#support
forum, or visit our dedicated#dev
channel to discuss current development and more! -
Check our Astro Integration Documentation for more on integrations.
-
Submit bug reports and feature requests as GitHub issues.
Contributing
This package is maintained by Astro's Core team. You're welcome to submit an issue or PR! These links will help you get started:
License
MIT
Copyright (c) 2023–present Astro