-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
@buhrmi My plugin:
import Vue from 'vue'
import VuePouch from 'vue-pouch'
import PouchDB from 'pouchdb'
import Find from 'pouchdb-find'
import LiveFind from 'pouchdb-live-find'
import PouchdbAuthentication from 'pouchdb-authentication'
PouchDB.plugin(Find)
PouchDB.plugin(LiveFind)
PouchDB.plugin(PouchdbAuthentication)
Vue.use(VuePouch, {
pouch: PouchDB,
defaultDB: 'http://127.0.0.1:5984/testdb'
})
export default (ctx) => {
}
index.js:58 Uncaught TypeError: defaultDB.signup is not a function
Metadata
Metadata
Assignees
Labels
No labels