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
18 files
+ 1365
126
Compare changes
  • Side-by-side
  • Inline
Files
18
+ 6
1
@@ -7,9 +7,14 @@ module.exports = {
@@ -7,9 +7,14 @@ module.exports = {
title: 'Components',
title: 'Components',
collapsable: false,
collapsable: false,
children: [
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