Remove Vuejs rendering on body tag
This commit is contained in:
parent
d3cb436eb5
commit
25272afa9b
File diff suppressed because one or more lines are too long
|
|
@ -36,10 +36,6 @@ Kanboard.App.prototype.execute = function() {
|
|||
this.datePicker();
|
||||
this.autoComplete();
|
||||
this.tagAutoComplete();
|
||||
|
||||
new Vue({
|
||||
el: 'body'
|
||||
});
|
||||
};
|
||||
|
||||
Kanboard.App.prototype.keyboardShortcuts = function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue