This commit is contained in:
Lyric
2024-02-21 18:19:53 -08:00
parent bcc5e97fd9
commit b9079e3079

View File

@@ -16,7 +16,6 @@ export default {
// }, // },
enhanceApp({ app, router, siteData }) { enhanceApp({ app, router, siteData }) {
// ... // ...
app.component('Image', Image)
app.component('SpeakWord', SpeakWord) app.component('SpeakWord', SpeakWord)
} }
} satisfies Theme } satisfies Theme