fix
This commit is contained in:
parent
6e41495bc3
commit
8f6aaf2324
@ -70,13 +70,6 @@ const downloadFile = (fileUrl) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<VDialog v-model="store.getters.getIsLoading" width="110" height="150" color="primary">
|
|
||||||
<VCardText style="color: white !important;">
|
|
||||||
<div class="demo-space-x">
|
|
||||||
<VProgressCircular :size="40" color="primary" indeterminate />
|
|
||||||
</div>
|
|
||||||
</VCardText>
|
|
||||||
</VDialog>
|
|
||||||
<VList class="pb-0" lines="two" v-if="notes.length > 0">
|
<VList class="pb-0" lines="two" v-if="notes.length > 0">
|
||||||
<template v-for="(p_note, index) in notes" :key="index">
|
<template v-for="(p_note, index) in notes" :key="index">
|
||||||
<VListItem class="pb-0" border>
|
<VListItem class="pb-0" border>
|
||||||
|
Loading…
Reference in New Issue
Block a user