refactor(Dashboard Widget Names): adds the name property to the components of the dashboard widgets

This commit is contained in:
SimonGschnell
2025-04-10 11:23:39 +02:00
parent 9b9b8b1532
commit 204ae75f57
2 changed files with 2 additions and 0 deletions
@@ -2,6 +2,7 @@ import AbstractWidget from './Abstract.js';
import StudiengangInformation from '../Cis/Cms/StudiengangInformation/StudiengangInformation.js';
export default {
name: "WidgetsStudiengang",
data(){
return {};
},
@@ -7,6 +7,7 @@ import CalendarDate from '../../composables/CalendarDate.js';
import moodleSvg from "../../helpers/moodleSVG.js"
export default {
name: "WidgetsStundenplan",
mixins: [
Phrasen,
AbstractWidget