From 56b238ad32d25fbc2b59ccb826921c84036f3312 Mon Sep 17 00:00:00 2001 From: Edwina Barbalan Date: Wed, 16 Jan 2019 17:38:57 +0100 Subject: [PATCH] Bootstrap funktion verbessert --- public/createMessage.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/createMessage.js b/public/createMessage.js index 4dfbefc..8911371 100644 --- a/public/createMessage.js +++ b/public/createMessage.js @@ -32,4 +32,8 @@ const CreateMsgRouter = { }, methods: { }, + mounted: function() { + if ($(this).bootstrapMaterialDesign) + $(this).bootstrapMaterialDesign(); + }, };