frontend/src/components/misc/nothing.vue

5 lines
108 B
Vue

<template>
<p class="has-text-centered has-text-grey is-italic p-4 mb-4">
<slot></slot>
</p>
</template>