Add new Vue.js component to handle submit and cancel buttons

This commit is contained in:
Frederic Guillot
2016-09-04 20:03:24 -04:00
parent f9bca15b0b
commit 21f8cebe85
5 changed files with 43 additions and 10 deletions

View File

@@ -1,4 +1,6 @@
var _KB = null;
jQuery(document).ready(function() {
var app = new Kanboard.App();
app.execute();
_KB = new Kanboard.App();
_KB.execute();
});