mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
parent
e601f0a0d6
commit
3e480fdadc
2
packages/types/config/head.d.ts
vendored
2
packages/types/config/head.d.ts
vendored
@ -6,4 +6,4 @@
|
||||
|
||||
import { MetaInfo } from 'vue-meta'
|
||||
|
||||
export type NuxtOptionsHead = MetaInfo
|
||||
export type NuxtOptionsHead = MetaInfo | (() => MetaInfo)
|
||||
|
Loading…
Reference in New Issue
Block a user