💄 Shows country flag in exchange rate widget

This commit is contained in:
Alicia Sykes
2021-12-29 14:30:36 +00:00
parent c4ac847fc4
commit c650743384
4 changed files with 586 additions and 508 deletions

View File

@@ -44,6 +44,9 @@ const WidgetMixin = {
fetchData() {
this.finishLoading();
},
tooltip(content) {
return { content, trigger: 'hover focus', delay: 250 };
},
},
};