Bootstrap funktion verbessert

This commit is contained in:
Edwina Barbalan 2019-01-16 17:38:57 +01:00
parent d1595c136d
commit 56b238ad32

View File

@ -32,4 +32,8 @@ const CreateMsgRouter = {
},
methods: {
},
mounted: function() {
if ($(this).bootstrapMaterialDesign)
$(this).bootstrapMaterialDesign();
},
};