Skip to content
Snippets Groups Projects

Resolve "Implement basic functionality"

Merged Julian requested to merge 1-implement-basic-functionality into main
Compare and Show latest version
16 files
+ 1302
60
Compare changes
  • Side-by-side
  • Inline
Files
16
+ 6
1
@@ -7,9 +7,14 @@ module.exports = {
title: 'Components',
collapsable: false,
children: [
'/components/grid.md',
'/components/DragGrid.md',
]
}
],
nav: [
{ text: 'Home', link: '/' },
{ text: 'Guide', link: '/guide/' },
{ text: 'Repository', link: 'https://edugit.org/AlekSIS/libs/vue-draggable-grid/' }
]
}
}
\ No newline at end of file
Loading