chore: change Nuxt3 to Nuxt 3 (#764)

This commit is contained in:
Matt Kane 2021-10-12 15:19:58 +01:00 committed by GitHub
parent eaa16f2a7b
commit 70c0d8eedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View File

@ -23,7 +23,7 @@ export const setupMeta = async (opts: SetupMetaOptions) => {
}
if (nuxt.options.head && typeof nuxt.options.head === 'function') {
throw new TypeError(`${msgPrefix} The head() function in \`nuxt.config\` has been deprecated and in nuxt3 will need to be moved to \`app.vue\`. ${checkDocsMsg}`)
throw new TypeError(`${msgPrefix} The head() function in \`nuxt.config\` has been deprecated and in Nuxt 3 will need to be moved to \`app.vue\`. ${checkDocsMsg}`)
}
const runtimeDir = resolve(distDir, 'runtime/meta')