Remove Vuejs rendering on body tag

This commit is contained in:
Frederic Guillot
2016-11-21 23:04:27 -05:00
parent d3cb436eb5
commit 25272afa9b
2 changed files with 1 additions and 5 deletions

View File

@@ -36,10 +36,6 @@ Kanboard.App.prototype.execute = function() {
this.datePicker();
this.autoComplete();
this.tagAutoComplete();
new Vue({
el: 'body'
});
};
Kanboard.App.prototype.keyboardShortcuts = function() {