You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
549 B

<urban-filemanager-parent>
<div class="file-table__row">
<div class="file-table__column file-table__column--select">
<svg class="icon fill-grey mr-2" aria-hidden="true">
<use xlink:href="/symbol-defs.svg#icon-back"></use>
</svg>
</div>
<div class="file-table__column file-table__column--filename" onclick={ (event) => { props.handleClick(event, this) } }>
..
</div>
</div>
<script>
export default {
}
</script>
</urban-filemanager-parent>