Browse Source

Bootstrap funktion verbessert

pull/1/head
Edwina Barbalan 5 years ago
parent
commit
56b238ad32
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      public/createMessage.js

+ 4
- 0
public/createMessage.js View File

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

Loading…
Cancel
Save