From e1e97065d9d4597002fa32f60a5606041463ecee Mon Sep 17 00:00:00 2001 From: Helltraitor Date: Thu, 27 Jul 2023 15:52:38 +0300 Subject: [PATCH] feat: added `nuxt-anchorscroll` module (#697) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Chopin --- modules/nuxt-anchorscroll.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/nuxt-anchorscroll.yml diff --git a/modules/nuxt-anchorscroll.yml b/modules/nuxt-anchorscroll.yml new file mode 100644 index 000000000..16d272bd3 --- /dev/null +++ b/modules/nuxt-anchorscroll.yml @@ -0,0 +1,16 @@ +name: nuxt-anchorscroll +description: Scroll to top and to anchor support for Nuxt +repo: helltraitor/nuxt-anchorscroll +npm: nuxt-anchorscroll +icon: '' +github: https://github.com/helltraitor/nuxt-anchorscroll +website: https://github.com/helltraitor/nuxt-anchorscroll +learn_more: '' +category: UI +type: 3rd-party +maintainers: + - name: Helltraitor + github: helltraitor +compatibility: + nuxt: ^3.0.0 + requires: {}