Convert task distribution chart to Vue.js component
This commit is contained in:
@@ -36,6 +36,10 @@ Kanboard.App.prototype.execute = function() {
|
||||
this.datePicker();
|
||||
this.autoComplete();
|
||||
this.tagAutoComplete();
|
||||
|
||||
new Vue({
|
||||
el: 'body'
|
||||
});
|
||||
};
|
||||
|
||||
Kanboard.App.prototype.keyboardShortcuts = function() {
|
||||
|
||||
Reference in New Issue
Block a user