mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
feat: Add folder component
This commit is contained in:
@@ -49,6 +49,7 @@ const components = {
|
||||
'spotlight-card': () => import('../demo/Components/SpotlightCardDemo.vue'),
|
||||
'circular-gallery': () => import('../demo/Components/CircularGalleryDemo.vue'),
|
||||
'flying-posters': () => import('../demo/Components/FlyingPostersDemo.vue'),
|
||||
'folder': () => import('../demo/Components/FolderDemo.vue'),
|
||||
'card-swap': () => import('../demo/Components/CardSwapDemo.vue'),
|
||||
'infinite-scroll': () => import('../demo/Components/InfiniteScrollDemo.vue'),
|
||||
'glass-icons': () => import('../demo/Components/GlassIconsDemo.vue'),
|
||||
|
||||
Reference in New Issue
Block a user