QFlashcard v1.0.2 has been released!
-
https://github.com/quasarframework/quasar-ui-qflashcard/releases/tag/v1.0.2
- fix(ui): ssr issues
-
I am getting an " [Vue warn]: Error in render: “TypeError: t is not a function”" since the 1.02 upgrade.
Nothing changed, even with an empty flashcard, as soon it has a q-flashcard-section, alike:<q-flashcard> <q-flashcard-section > {{imageText}} </q-flashcard-section> </q-flashcard>
-
same on your demo page https://quasarframework.github.io/quasar-ui-qflashcard/examples
-
within this context, I could find anything in the quasar doc: how to I enforce a version and or downgrade?