before_redesign
This commit is contained in:
14
src/components/infoBlockEmpty.vue
Normal file
14
src/components/infoBlockEmpty.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="column items-center text-grey w100">
|
||||
<div class="text-h6 w60 text-center">
|
||||
{{$t('empty_description')}}
|
||||
</div>
|
||||
<q-icon size="120px" name="mdi-clippy" class="q-ma-sm"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user