Skip to content

Commit

Permalink
Merge pull request #844 from meirroth/patch-2
Browse files Browse the repository at this point in the history
chore(docs): note about Vue 2 support
  • Loading branch information
davidjerleke committed Apr 26, 2024
2 parents ef4bce5 + a2c7cbc commit baf030b
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -30,6 +30,12 @@ Start by installing the Embla Carousel **npm package** and add it to your depend
</TabsItem>
</Tabs>

<Admonition type="note">
**Note:** `embla-carousel-vue` only supports `Vue 3` and up.
However, you can use the [vanilla version](/module/) and re-create the behaviour of `embla-carousel-vue`.
[Here's an example](https://github.com/meirroth/embla-carousel-vue2) of how you can use Embla Carousel with `Vue 2` Options API.
</Admonition>

---

## The component structure
Expand Down

0 comments on commit baf030b

Please sign in to comment.