Open artursharipov opened 10 months ago
How can I embed Vue 2 into a component as a module?
You may now install the library with NPM:
npm i fluidscroll
Then import it into your component for use:
import { fluidScroll } from 'fluidscroll';
How can I embed Vue 2 into a component as a module?