mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
more disclosure settings structuring
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { SmartClickable, Toggle } from '@modrinth/ui'
|
||||
import { computed, useId } from 'vue'
|
||||
|
||||
const value = defineModel<boolean>('value', { required: true })
|
||||
const value = defineModel<boolean>({ required: true })
|
||||
|
||||
const baseId = useId()
|
||||
const toggleId = computed(() => `toggle-card-toggle-${baseId}`)
|
||||
|
||||
Reference in New Issue
Block a user