initial
This commit is contained in:
9
apps/client/components/static-error.vue
Normal file
9
apps/client/components/static-error.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<Transition name="fade">
|
||||
<UiAlert v-if="staticError" type="negative" :text="staticError.message" />
|
||||
</Transition>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const staticError = useStaticError()
|
||||
</script>
|
||||
Reference in New Issue
Block a user