mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 13:17:57 +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: [{
|
style: [{
|
||||||
innerHTML: () => root.value,
|
innerHTML: () => root.value,
|
||||||
tagPriority: -2,
|
tagPriority: -2,
|
||||||
id: 'nuxt-ui-colors'
|
id: 'nuxt-ui-colors',
|
||||||
|
type: 'text/css'
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user