Skip to content

Commit

Permalink
style(plugin): remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Jan 11, 2024
1 parent fde232d commit 7f2fae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugin.ts
Expand Up @@ -3,7 +3,7 @@ import { defineNuxtPlugin, useRuntimeConfig } from "#app";
import AOS from "aos";
import "aos/dist/aos.css";

export default defineNuxtPlugin((nuxtApp) => {
export default defineNuxtPlugin(() => {
const config = useRuntimeConfig();
AOS.init(config.public.aos || {});

Expand Down

0 comments on commit 7f2fae8

Please sign in to comment.