Posted 8 March 2018, 1:23 pm EST
Currently, the Vue2 interop requires that the Vue compiler is sent to the client because it doesn’t use render functions or offer SFCs (.vue files). We do not want client-side compilation at all in our product.
We created Vue components to wrap flexgrid and associated components but we obviously didn’t plan on having to create our own interop module.
Given how simple the templates are, we request that the Vue2 interop is implemented using render functions and tests are added to ensure they work without the Vue compiler.
Thanks,
Walt
