MDSLKTR / pouch-vue

Pouchdb bindings for Vue.js
MIT License
90 stars 17 forks source link

request: an example to demo how to use attachments + vue #28

Open BananaAcid opened 5 years ago

BananaAcid commented 5 years ago

This is somewhat unique - PouchDB explains how to access the attachments (getAttachment / get), but this does not make a Vue list yet. An example might be helpful, as this seems to be a major use case as well. Also: where to use attachments: true as it does not seem to work on the pouch:{table:{return {selector ... attachments:true} }}

A bug maybe?