const CreateMsgRouter = { template: `
Neue Nachricht erstellen
`, data: function () { return {}; }, methods: { }, mounted: function() { if ($(this).bootstrapMaterialDesign) $(this).bootstrapMaterialDesign(); }, };