mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
update dependencies, update eslint config, update optional ts props types
This commit is contained in:
@@ -5,7 +5,7 @@ import { computed } from 'vue';
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
expanded?: boolean;
|
||||
size: string;
|
||||
size?: string;
|
||||
}>(),
|
||||
{
|
||||
expanded: false,
|
||||
|
||||
Reference in New Issue
Block a user