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} }}
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 thepouch:{table:{return {selector ... attachments:true} }}
A bug maybe?