cn-2k

Results 8 comments of cn-2k

Any plans for Q1 2022?

It's dead tho, but thank you for the maintainer, gj!

The README of this module is 💀 Also to solve this you need to create a ``.eslintrc`` file on your project root and turn off ``LintOnStart`` option in your ``.nuxt.config.ts``.

**For those who want to use this lib with Nuxt 3:** 1 - Create a `plugins` folder and a file named `virtualScroller.ts` 2 - Paste the code below inside the...

This works for me: ``` // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, modules: [ "@nuxtjs/google-fonts", ], googleFonts: { families: { Inter: [100, 300, 400, 500, 600, 700],...

> You are increasing/decreasing the value twice per click Hahaha, true, fix'd.