diff options
author | 2022-09-26 10:14:34 -0400 | |
---|---|---|
committer | 2022-09-26 16:14:34 +0200 | |
commit | 5fc73ba02c183d23da6ad6f3c4ac938754b28bad (patch) | |
tree | 7297189abceefa66c80181536f47147abf9c8e27 /packages/integrations/vue | |
parent | b0f62163674176b9fa444dee3a02b390d22d8be4 (diff) | |
download | astro-5fc73ba02c183d23da6ad6f3c4ac938754b28bad.tar.gz astro-5fc73ba02c183d23da6ad6f3c4ac938754b28bad.tar.zst astro-5fc73ba02c183d23da6ad6f3c4ac938754b28bad.zip |
docs: Standardize common integration READMEs (#4874)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/README.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/vue/README.md b/packages/integrations/vue/README.md index 85f5ef98a..2a1f94c6f 100644 --- a/packages/integrations/vue/README.md +++ b/packages/integrations/vue/README.md @@ -59,7 +59,15 @@ To use your first Vue component in Astro, head to our [UI framework documentatio - 💧 client-side hydration options, and - 🤝 opportunities to mix and nest frameworks together -Also check our [Astro Integration Documentation][astro-integration] for more on integrations. +## Troubleshooting + +For help, check out the `#support` channel on [Discord](https://astro.build/chat). Our friendly Support Squad members are here to help! + +You can also check our [Astro Integration Documentation][astro-integration] for more on integrations. + +## Contributing + +This package is maintained by Astro's Core team. You're welcome to submit an issue or PR! [astro-integration]: https://docs.astro.build/en/guides/integrations-guide/ [astro-ui-frameworks]: https://docs.astro.build/en/core-concepts/framework-components/#using-framework-components |