🎨
This commit is contained in:
parent
ebd7b27075
commit
187a698d54
10 changed files with 301 additions and 266 deletions
|
@ -43,8 +43,8 @@
|
|||
import { nextTick, onMounted } from 'vue';
|
||||
|
||||
const props = withDefaults(defineProps<{
|
||||
defaultOpen: boolean;
|
||||
maxHeight: number | null;
|
||||
defaultOpen?: boolean;
|
||||
maxHeight?: number | null;
|
||||
}>(), {
|
||||
defaultOpen: false,
|
||||
maxHeight: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue