feat: Initial Moonshine theme - Headless WordPress theme based on Nuxt
This commit is contained in:
9
wp-content/themes/moonshine/app/app.vue
Normal file
9
wp-content/themes/moonshine/app/app.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
<NuxtRouteAnnouncer />
|
||||
<NuxtLoadingIndicator />
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user