hashtag-manager/src/components/NoDataScreen.vue

11 lines
280 B
Vue

<template>
<v-alert
icon="$error"
title="No hashtag data found"
text="The hashtag manager could not find any already stored hashtag data. Please import a data set using the upload button in the top bar."
></v-alert>
</template>
<script setup lang="ts">
</script>