Added comments and minor refactoring
This commit is contained in:
@@ -2,6 +2,9 @@ const TEMPLATE =`
|
||||
<div class="attract-box item-details-empty">Select Something</div>
|
||||
`;
|
||||
|
||||
/**
|
||||
* For when nothing is selected in the table
|
||||
*/
|
||||
let Empty = Vue.component('attract-editor-empty', {
|
||||
template: TEMPLATE,
|
||||
});
|
||||
|
Reference in New Issue
Block a user