I think using Vue.component and register detail component globally is not a very good practice. I mean it's not a big issue, but becomes when you have several tables in SPA application, meaningn I need to load all detail rows globally.
Is there work around for this?
If you use v.2.0, you won't have to. See here at line 82.
@ratiw Unfortunately the link above returns empty result. Nothing renders...
UPDATE: I checked the code. Very cool, thanks for the tip.
See here at line 82.
Local registration is working but with error in the console as mentioned above. Please fix. Thanks!
So its not a real warning but a bug? I'm having this too but everything works fine.
Most helpful comment