Robert Wildling

Results 55 comments of Robert Wildling

@hunterliu1003 I know that, thank you. But my question is how can I access those params in `methods` or `mounted()`?

@hunterliu1003 Wow, thank you so much! Coffee is on its way! :-) Just out of interest: If params will become obsolete, which ways do you have in mind to get...

@hunterliu1003 I need to bother you again with this example. There is something weird going on. If you look at the clone of your example: https://codesandbox.io/s/vuefinalmodal-params-forked-34ysx?file=/src/App.vue you will find `console.logs`...

Tried another one here: https://codesandbox.io/s/vue-final-modal-dynamic-modal-lc1y2 Also not working. Are dynamic modals working at all in Nuxt???

Hi, @hunterliu1003 ! Thank you for your example and response! Highly appreciated! I think the documentation should mention that components have to be registered: ```js Vue.component("VDynamicModal", VDynamicModal); ``` This is...

@hunterliu1003 What are you thoughts about improving the docu? I would provide a PR, but only if you agree.

@hunterliu1003 You are very right, but on the other hand Nuxt has an option that allows automatic component registration. This seems to be very common, so in Nuxt it can...

@zaiste Thank you for your feedback! Please - pleasepleaseplease - do not apologize!!!!!!!!!!!! I am so grateful for your tutorials! And I know that `kretes` is still in alpha, so...

Jakub - sorry that I didn't write in such a long time! I had to change the "battlefield" and will not be able to follow along with your fantastic courses...

Is there any news on this topic here?