0
0
Fork 0

Add error section for main section for errors occuring during data fetch

This commit is contained in:
Tyler-A 2020-08-03 22:05:24 -06:00
parent 3b8e85893c
commit 9915b13a3d

View file

@ -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>