fix(schema): remove stray nuxt3 import (#2105)

This commit is contained in:
Daniel Roe 2021-11-23 10:55:24 +00:00 committed by GitHub
parent 834532bf71
commit 15dad0e039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ export default defineBuildConfig({
],
externals: [
// Type imports
'nuxt3',
'vue-meta',
'vue',
'hookable',

View File

@ -137,7 +137,7 @@ export default {
* ]
* }
* ```
* @type {import('nuxt3/dist/meta/runtime/types').MetaObject}
* @type {typeof import('../src/types/meta').MetaObject}
* @version 3
*/
meta: {