306a926c66
Co-authored-by: sytone <github@sytone.com> Co-authored-by: Sytone <github@sytone.com> Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/520 Reviewed-by: konrad <konrad@kola-entertainments.de> Co-authored-by: sytone <kolaente@sytone.com> Co-committed-by: sytone <kolaente@sytone.com>
11 lines
166 B
Vue
11 lines
166 B
Vue
<template>
|
|
<p class="has-text-centered has-text-grey is-italic p-4 mb-4">
|
|
<slot></slot>
|
|
</p>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'nothing',
|
|
}
|
|
</script>
|