Joe Moses

Results 2 issues of Joe Moses

`more text here` converts to `more_text_ here` It should be `more _text_ here`

bug

Is it possible to define an Action that gets wrapped in another function? Example of wrapping an action using vuexfire: ``` actions: { bindTodos: firestoreAction(({ bindFirestoreRef }) => { //...

question