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