feat: add draggable kanban using vue-draggable (#625)

This commit is contained in:
Yuga Sun
2018-04-25 22:05:07 +08:00
committed by 花裤衩
parent 8f37950589
commit 543a9928cf
6 changed files with 162 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ export default {
componentMixin: 'Mixin',
backToTop: 'BackToTop',
dragDialog: 'Drag Dialog',
dragKanban: 'Drag Kanban',
charts: 'Charts',
keyboardChart: 'Keyboard Chart',
lineChart: 'Line Chart',