generated from pascalmartineau/wp-skeleton
feat: Initial Nuxt app
This commit is contained in:
11
wp-content/themes/ccat/app/error.vue
Normal file
11
wp-content/themes/ccat/app/error.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import type { NuxtError } from "#app";
|
||||
|
||||
defineProps<{ error: NuxtError }>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UApp>
|
||||
<UError :error="error" />
|
||||
</UApp>
|
||||
</template>
|
||||
Reference in New Issue
Block a user