最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

mongodb - nuxt-mongoose - Vue: Cannot find module #nuxtmongoose - Stack Overflow

programmeradmin1浏览0评论

I installed the nuxt-mongoose module as shown in the documentation.

but while importing the package, I get an error like this: Vue: Cannot find module #nuxt/mongoose or its corresponding type declarations.

import {defineMongooseModel} from '#nuxt/mongoose';

export const BlogSchema = defineMongooseModel('blog', {
    schema: {
        title: {
            type: 'string',
            required: true
        }
    }
});

I tried deleting nuxts temporary files and reinstalling but that didn't work.

bun x nuxi@latest cleanup

发布评论

评论列表(0)

  1. 暂无评论