CDN UMD
amchconsult opened this issue · 0 comments
amchconsult commented
Hi,
How can I use CDN on plain HTML?
I try:
Vue.use("vue-editor-js");
with error:
TypeError: undefined is not an object (evaluating 'vueDemi.defineComponent')
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Can you please give an example using UMD?
thank you