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
10 files
+ 637
25
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 5
0
@@ -10,6 +10,11 @@ module.exports = {
@@ -10,6 +10,11 @@ module.exports = {
'/components/DragGrid.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