diff --git a/public/js/components/DashboardWidget/News.js b/public/js/components/DashboardWidget/News.js index 6b5fc73d1..830af955e 100644 --- a/public/js/components/DashboardWidget/News.js +++ b/public/js/components/DashboardWidget/News.js @@ -22,7 +22,10 @@ export default { } return this.allNewsList.slice(0, quantity); - } + }, + placeHolderImgURL: function() { + return FHC_JS_DATA_STORAGE_OBJECT.app_root + 'skin/images/fh_technikum_wien_illustration_klein.png'; + } }, created(){ axios @@ -69,7 +72,7 @@ export default {
- +
{{ news.betreff }}
@@ -85,7 +88,7 @@ export default { ` -} \ No newline at end of file +}