From a2c7cbc95cf43f2bc513b811ddd870296a784471 Mon Sep 17 00:00:00 2001 From: Meir Roth <12494197+meirroth@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:11:56 +0300 Subject: [PATCH] chore(docs): note about Vue 2 support --- .../src/content/pages/get-started/vue.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/embla-carousel-docs/src/content/pages/get-started/vue.mdx b/packages/embla-carousel-docs/src/content/pages/get-started/vue.mdx index b3498163..4823e23b 100644 --- a/packages/embla-carousel-docs/src/content/pages/get-started/vue.mdx +++ b/packages/embla-carousel-docs/src/content/pages/get-started/vue.mdx @@ -30,6 +30,12 @@ Start by installing the Embla Carousel **npm package** and add it to your depend + +**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. + + --- ## The component structure