Add error section for main section for errors occuring during data fetch
This commit is contained in:
parent
3b8e85893c
commit
9915b13a3d
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
@playlist_export="handle_export"
|
@playlist_export="handle_export"
|
||||||
@data_request="get_data"
|
@data_request="get_data"
|
||||||
/>
|
/>
|
||||||
|
<div v-if="error" class="error">{{ error }}</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue