Skip to content
Snippets Groups Projects

Resolve "Implement basic functionality"

Merged Julian requested to merge 1-implement-basic-functionality into main
Compare and
46 files
+ 2362
78
Compare changes
  • Side-by-side
  • Inline
Files
46
+ 30
14
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/component.md',
"/examples/Generic.md",
]
"/examples/TicTacToe.md",
}
"/examples/Counters.md",
]
"/examples/Lessons.md",
}
"/examples/Colors.md",
}
"/examples/Disabled.md",
\ No newline at end of file
"/examples/DisabledItems.md",
 
"/examples/Responsive.md",
 
],
 
},
 
],
 
nav: [
 
{ text: "Home", link: "/" },
 
{ text: "Guide", link: "/guide/" },
 
{ text: "Examples", link: "/examples/Generic.md" },
 
{
 
text: "Repository",
 
link: "https://edugit.org/AlekSIS/libs/vue-draggable-grid/",
 
},
 
],
 
},
 
};
Loading