vue-pouch icon indicating copy to clipboard operation
vue-pouch copied to clipboard

Live and reactive PouchDB bindings for Vuejs

Results 12 vue-pouch issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.15.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.8.3 to 3.3.2. Release notes *Sourced from [webpack-bundle-analyzer's releases](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases).* > ## First test with Lerna monorepo > [th0r/webpack-bundle-analyzer#98](https://github-redirect.dependabot.com/th0r/webpack-bundle-analyzer/pull/98) Changelog *Sourced from [webpack-bundle-analyzer's changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md).* > ## 3.3.2 >...

dependencies

I couldn't get it to work in Vue.js TypeScript project.

@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)...

Hi, I'd love to use your lib, but one of the dependencies is pouchdb-live-find. It hasn't been updated since 2017. I mean, it could be dead, buggy or incompatible. Is...

Is [bulkDocs](https://pouchdb.com/api.html#batch_create) supported? At the moment, I am doing: this.$databases.items.bulkDocs(data);

Hi, I'm getting this issue while trying to use pouch inside one of my components. ``` [Vue warn]: Error in created hook: "Error: Invalid Adapter: undefined" found in ---> at...