mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
update dependencies, update eslint config, update optional ts props types
This commit is contained in:
@@ -31,9 +31,9 @@ const proxyChecked = computed({
|
||||
|
||||
<template>
|
||||
<input
|
||||
:id="id"
|
||||
v-model="proxyChecked"
|
||||
type="checkbox"
|
||||
:id="id"
|
||||
:value="value"
|
||||
class="h-4 w-4 rounded bg-card-background border-input-border text-accent-500/80 focus:outline-none focus:ring-ring/50 focus-visible:outline-none focus-visible:ring-ring/50" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user