nosizejosh

Results 39 comments of nosizejosh
trafficstars

Hello All, I tried t use vuex with the package, and it works if you are not using strict mode. in strict mode, you get errors ` > vue.esm.js?efeb:1743 Error:...

@lrembacz can you share your gird? is this a case of wrong tool for the job,as I need to be able to keep track of layout in the store. I...

Same issue. I haven't updated nuxt in the project yet project ( still on "nuxt": "^3.8.2") but running yarn dev shows ``` $ nuxt dev Nuxt 3.9.0 with Nitro 2.8.1...

> Any workaround or fix yet? no none yet. Do you have a solution?

Is there anyone here who has been able to successfully implement forgot password flow with this package? Please share how you were able to achieve it? Thanks

@chz8494 please share a repo. I got it to work today, but just once for one user. after that it doesn't work for any user including the one that worked...

please any one with updates or a working example?

I think this issue is related to https://github.com/kahmali/meteor-restivus/issues/262

This is the entire page, though some are layout and components, I have put all together to make it easier for you to run. Its a nuxt app so difficult...

This style is applied in table component ``` ::v-deep(.vtl-table .vtl-thead .vtl-thead-th) { color: rgb(107 114 128); background-color: white; border-color: transparent; /* border-color: transparent; border-bottom: 2px bold black; */ } ::v-deep(.vtl-table...