feat: increase support for multiple time zones
This commit is contained in:
parent
61ce53b686
commit
e3e5755903
@ -22,12 +22,8 @@ interface Props {
|
||||
timezone?: string;
|
||||
}
|
||||
|
||||
interface Listener {
|
||||
change: (timezone: string) => void;
|
||||
}
|
||||
|
||||
const props = defineProps<Props>();
|
||||
const emit = defineEmits<Listener>();
|
||||
const emit = defineEmits<{ change: [string] }>();
|
||||
|
||||
const TimezoneIcon = createIconifyIcon('fluent-mdl2:world-clock');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user