Skip to content
Snippets Groups Projects

Resolve "Implement basic functionality"

Merged Julian requested to merge 1-implement-basic-functionality into main
1 unresolved thread
Compare and Show latest version
35 files
+ 1490
742
Compare changes
  • Side-by-side
  • Inline
Files
35
+ 29
18
module.exports = {
module.exports = {
title: 'vue-draggable-grid',
title: "vue-draggable-grid",
description: 'vue-draggable-grid component library for a draggable grid',
description: "vue-draggable-grid component library for a draggable grid",
themeConfig: {
themeConfig: {
sidebar: [
sidebar: [
{
{
title: 'Components',
title: "Examples",
collapsable: false,
collapsable: false,
children: [
children: [
'/components/DragGrid.md',
"/examples/Generic.md",
]
"/examples/TicTacToe.md",
}
"/examples/Counters.md",
 
"/examples/Lessons.md",
 
"/examples/Colors.md",
 
"/examples/Disabled.md",
 
"/examples/DisabledItems.md",
 
"/examples/Responsive.md",
],
],
nav: [
},
{ text: 'Home', link: '/' },
],
{ text: 'Guide', link: '/guide/' },
nav: [
{ text: 'Repository', link: 'https://edugit.org/AlekSIS/libs/vue-draggable-grid/' }
{ text: "Home", link: "/" },
]
{ text: "Guide", link: "/guide/" },
}
{ text: "Examples", link: "/examples/Generic.md" },
}
{
\ No newline at end of file
text: "Repository",
 
link: "https://edugit.org/AlekSIS/libs/vue-draggable-grid/",
 
},
 
],
 
},
 
};
Loading