Β© 2026 Hedgehog Software, LLC
plugins: ['~/plugins/smooth-scroll.js'],
import { defineNuxtPlugin } from '#app'; import VueSmoothScroll from 'vue3-smooth-scroll'; export default defineNuxtPlugin((nuxtApp) => { const app = nuxtApp.vueApp; app.use(VueSmoothScroll); });