Moves common functionality into reusable mixin

This commit is contained in:
Alicia Sykes
2021-12-16 04:53:33 +00:00
parent e0b09d48ee
commit 771e2f3717
13 changed files with 0 additions and 87 deletions

View File

@@ -13,9 +13,6 @@ import ChartingMixin from '@/mixins/ChartingMixin';
export default {
mixins: [WidgetMixin, ChartingMixin],
components: {},
mounted() {
this.fetchData();
},
computed: {
/* URL where NetData is hosted */
netDataHost() {