mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-21 06:32:14 +01:00
update dependencies, update eslint config, update optional ts props types
This commit is contained in:
@@ -4,12 +4,12 @@ import Badge from '@/packages/ui/src/Badge.vue';
|
||||
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
name: string;
|
||||
size: 'base' | 'large' | 'xlarge';
|
||||
tag: string;
|
||||
name?: string;
|
||||
size?: 'base' | 'large' | 'xlarge';
|
||||
tag?: string;
|
||||
class?: string;
|
||||
color: string;
|
||||
border: boolean;
|
||||
color?: string;
|
||||
border?: boolean;
|
||||
}>(),
|
||||
{
|
||||
name: '',
|
||||
|
||||
Reference in New Issue
Block a user