mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-18 13:12:16 +01:00
add format check, update prettier rules, apply rules consistently
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<script lang="ts" setup>
|
||||
import { RangeCalendarGridBody, type RangeCalendarGridBodyProps } from 'reka-ui'
|
||||
import { RangeCalendarGridBody, type RangeCalendarGridBodyProps } from 'reka-ui';
|
||||
|
||||
const props = defineProps<RangeCalendarGridBodyProps>()
|
||||
const props = defineProps<RangeCalendarGridBodyProps>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<RangeCalendarGridBody v-bind="props">
|
||||
<slot />
|
||||
</RangeCalendarGridBody>
|
||||
<RangeCalendarGridBody v-bind="props">
|
||||
<slot />
|
||||
</RangeCalendarGridBody>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user