mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 22:11:43 +01:00
fix(vue): prevent calling useHead in colors
This commit is contained in:
@@ -55,5 +55,7 @@ export default defineNuxtPlugin(() => {
|
||||
}]
|
||||
}
|
||||
|
||||
useHead(headData)
|
||||
if (!nuxtApp.isVue) {
|
||||
useHead(headData)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user