mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
fix(plugins): add missing type
This commit is contained in:
@@ -24,7 +24,8 @@ ${shades.map(shade => `--color-gray-${shade}: var(--color-${appConfig.ui.gray}-$
|
||||
style: [{
|
||||
innerHTML: () => root.value,
|
||||
tagPriority: -2,
|
||||
id: 'nuxt-ui-colors'
|
||||
id: 'nuxt-ui-colors',
|
||||
type: 'text/css'
|
||||
}]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user