vikunja-frontend/src/components/misc/nothing.vue
2024-02-07 12:23:09 +00:00

5 lines
103 B
Vue

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