forked from cybrespace/pinafore
fixup
This commit is contained in:
parent
3db6579300
commit
2fdd10c1fe
|
@ -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>
|
||||||
|
|
|
@ -118,7 +118,6 @@
|
||||||
components: {
|
components: {
|
||||||
VirtualList,
|
VirtualList,
|
||||||
PseudoVirtualList,
|
PseudoVirtualList,
|
||||||
NotificationVirtualListItem,
|
|
||||||
LoadingSpinner
|
LoadingSpinner
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue