Michael Truong
Results
1
issues of
Michael Truong
(using 4.0.1) I am unable to use a component as the 'tag'. The component itself is registered globally main.js `import CanvasElementsDragTag from '@/app/components/CanvasElementsDragTag';` `app.component('CanvasElementsDragTag', CanvasElementsDragTag);` CanvasElementsDragTag.vue ``` export default {...