diff --git a/components.d.ts b/components.d.ts index 33de859..397e475 100644 --- a/components.d.ts +++ b/components.d.ts @@ -2,7 +2,7 @@ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 -export {} +export {}; /* prettier-ignore */ declare module 'vue' { diff --git a/components/global/IntroPost.vue b/components/global/IntroPost.vue index 86e9599..c28ec5c 100644 --- a/components/global/IntroPost.vue +++ b/components/global/IntroPost.vue @@ -7,7 +7,7 @@ const { data }: any = useAsyncData("banner", () => queryContent("notes") .where({ banner: props.banner }) .sort({ date: -1 }) - .findOne() + .findOne(), );