diff options
author | 2022-09-19 21:28:06 +0530 | |
---|---|---|
committer | 2022-09-19 12:58:06 -0300 | |
commit | 620f1d9e1e8b2d92a275be4c5228099663c62c9e (patch) | |
tree | 6287f568b63f1296d30602abf5b1bc6c23a2e50b /packages/integrations/vue | |
parent | cf5ed5f3a87ea7b3a7ac6b9dd5a8659e41084ce1 (diff) | |
download | astro-620f1d9e1e8b2d92a275be4c5228099663c62c9e.tar.gz astro-620f1d9e1e8b2d92a275be4c5228099663c62c9e.tar.zst astro-620f1d9e1e8b2d92a275be4c5228099663c62c9e.zip |
fixed broken emoji for in "Getting started" section of integration docs (#4795)
* fixed broken emoji for "nest frameworks together"
* Add missing whitespace
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/README.md b/packages/integrations/vue/README.md index 9666bf394..85f5ef98a 100644 --- a/packages/integrations/vue/README.md +++ b/packages/integrations/vue/README.md @@ -57,7 +57,7 @@ export default { To use your first Vue component in Astro, head to our [UI framework documentation][astro-ui-frameworks]. You'll explore: - 📦 how framework components are loaded, - 💧 client-side hydration options, and -- 🪆 opportunities to mix and nest frameworks together +- 🤝 opportunities to mix and nest frameworks together Also check our [Astro Integration Documentation][astro-integration] for more on integrations. |