Open Duynguyen0897 opened 3 months ago
Sorry, this code was added as specs but it is not implemented yet.
Currently components add javascript/css code directly to the page on dragStart
or afterDrop
https://github.com/givanz/Vvveb/blob/master/public/js/vvvebjs/components-widgets.js#L667-L685
https://github.com/givanz/Vvveb/blob/master/public/js/vvvebjs/components-elements.js#L1097
Thanks @givanz, Do you have any plans to implement it yet? If so, please notify me in this issue when it is deployed. Thank you.
This feature will be implemented after more components will be added, currently has low priority.
I will mention this issue when adding the feature.
I found a little workaround for the moment. It's possible to import vue via cdn e.g. And than after the
tag insert
I checked in the source code has attribute "stylesheets" and "javascripts", but when the component was pulled in, it seems not to be working.