This commit is contained in:
Nolan Lawson 2018-02-05 08:44:46 -08:00
parent 3db6579300
commit 2fdd10c1fe
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@
src="{{src}}" src="{{src}}"
width="{{width}}" width="{{width}}"
height="{{height}}" height="{{height}}"
aria-label="{{description || ''}}" alt="{{description || ''}}"
/> />
{{/if}} {{/if}}
</ModalDialog> </ModalDialog>

View File

@ -118,7 +118,6 @@
components: { components: {
VirtualList, VirtualList,
PseudoVirtualList, PseudoVirtualList,
NotificationVirtualListItem,
LoadingSpinner LoadingSpinner
}, },
methods: { methods: {