chore(deps): set debug resolution and refresh lock

This commit is contained in:
Benjamin Canac
2024-12-13 15:08:07 +01:00
parent 2fc43d66d5
commit babfcdcb02
5 changed files with 1012 additions and 1572 deletions

View File

@@ -43,9 +43,9 @@ const code = computed(() => {
const slotsTemplate = props.themeSlots
? genPropValue(Object.keys(props.themeSlots).filter(key => key !== 'base').reduce((acc, key) => {
acc[key] = genPropValue(props.themeSlots?.[key])
return acc
}, {} as Record<string, string>))
acc[key] = genPropValue(props.themeSlots?.[key])
return acc
}, {} as Record<string, string>))
: undefined
const extraTemplate = [