Closed anbraten closed 4 years ago
Is there currently a way to access $pouch outside a vue component?
$pouch
I would like to do some actions to pouch inside my store.
I think in the action you can try this:
customActionInStore() { this._vm.$pouch.put(...) }
Is there currently a way to access
$pouch
outside a vue component?I would like to do some actions to pouch inside my store.