pouch-vue
pouch-vue copied to clipboard
request: an example to demo how to use attachments + vue
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?