lint
This commit is contained in:
parent
5ea3d462b9
commit
95bbe73832
19 changed files with 38 additions and 58 deletions
|
|
@ -577,7 +577,8 @@ export const useInterfaceStore = defineStore('interface', {
|
|||
return { name: x.variant, ...cleanDirectives }
|
||||
})
|
||||
.forEach((palette) => {
|
||||
const key = 'style.' + palette.name.toLowerCase().replaceAll(' ', '_')
|
||||
const key =
|
||||
'style.' + palette.name.toLowerCase().replaceAll(' ', '_')
|
||||
if (!firstStylePaletteName) firstStylePaletteName = key
|
||||
palettesIndex[key] = () => Promise.resolve(palette)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue