const TEMPLATE =`
Select Something
`; /** * For when nothing is selected in the table */ let Empty = Vue.component('attract-editor-empty', { template: TEMPLATE, }); export {Empty}