我已安装 pouchdb-find 。我在我的路线文件中导入它..我可以在node_modules
和package.json中找到它,但我仍然无法找到模块pouchdb-find ..同时它&#39 ;对于pouchdb没有显示相同的错误..
有人请帮忙吗?
import Route from '@ember/routing/route';
import PouchFind from 'pouchdb-find';
import PouchDB from 'pouchdb';
PouchDB.plugin(PouchFind);