diff options
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. |