Small fixes

This commit is contained in:
David Haz
2025-07-19 19:55:19 +03:00
parent a6df503535
commit 340985ce52
8 changed files with 350 additions and 452 deletions

View File

@@ -2,8 +2,7 @@
<TabbedLayout>
<template #preview>
<div class="demo-container">
<Folder :items="items" :size="size" :color="color">
</Folder>
<Folder :size="size" :color="color"></Folder>
</div>
<Customize>
@@ -37,7 +36,6 @@ import PreviewSlider from '@/components/common/PreviewSlider.vue';
import PropTable from '@/components/common/PropTable.vue';
import TabbedLayout from '@/components/common/TabbedLayout.vue';
const items = ['Doc 1', 'Doc 2', 'Doc 3'];
const color = ref('#5227FF');
const size = ref(2);
@@ -65,6 +63,6 @@ const propData = [
type: 'number',
default: '1',
description: 'Size multiplier for the folder.'
},
}
];
</script>
</script>