import AbstractWidget from './Abstract'; export default { mixins: [ AbstractWidget ], computed: { css() { return ['dashboard-widget-default', this.config.css]; } }, created() { this.$emit('setConfig', false) }, template: `
{{ config.msg }}