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',

View File

@@ -19,6 +19,7 @@ export default {
componentMixin: '小组件',
backToTop: '返回顶部',
dragDialog: '拖拽 Dialog',
dragKanban: '可拖拽看板',
charts: '图表',
keyboardChart: '键盘图表',
lineChart: '折线图',