Using vue-concurrency with Quasar #9453
Unanswered
realflight1
asked this question in
General - Components / Directives / etc
Replies: 1 comment 1 reply
-
Seems like a know bug ( obviously you already know that ): Please keep us posted if/when the issue has been resolved! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use vue-concurrency with Quasar. Not sure if it belongs here or not, but I figured out it is probably related to my webpack configuration. I did open an issue in that project, see MartinMalinda/vue-concurrency#43 .
At first I got errors related to
regeneratorRuntime
not being defined. AddingregeneratorRuntime
usingwebpack.ProvidePlugin
seems to fix this.I am now getting a different error when using
usePipeTask
- "c.perform is not a function". I created a minimal example project to reproduce this with test code taken from vue-concurrency, see this repository. My changes over the default quasar project are minimal and appear in this commit.I am wondering if it might be related to my configuration, or is it really an issue related only to vue-concurrency. Any ideas?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions