const cpnConstructor = Vue.extend({ template: ` <div></div> ` })
Vue.component('my-cpn', cpnComponent);
<my-cpn></my-cpn>