If you have a question or an issue, please start a thread in our Github Discussions Forum. This forum is closed for new threads/ topics.
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@anasaw
Here’s an article about dynamic forms: https://levelup.gitconnected.com/add-dynamic-forms-to-your-vue-app-609de4005a2b
@anasaw just use :options="options_array"do check the docs and its api.
@anasaw said in quasar with firebase realtime db:
Error: [vuex] do not mutate vuex store state outside mutation handlers.
This will explain:
http://shzhangji.com/blog/2018/04/17/form-handling-in-vuex-strict-mode
I think the Computed Property method is the best way to go.
You don’t need this:
I suspect that is causing your recursion issue
the examples work ( I ran them). So I suggest you explore how they deal with i18n.
T
$npm link @quasar/cli solved my problem, merci @anasaw