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
550 B

3 years ago
  1. <urban-filemanager-parent>
  2. <div class="file-table__row">
  3. <div class="file-table__column file-table__column--select">
  4. </div>
  5. <div class="file-table__column file-table__column--filename" onclick={ (event) => { props.handleClick(event, this) } }>
  6. <svg class="icon fill-grey mr-2" aria-hidden="true">
  7. <use xlink:href="/symbol-defs.svg#icon-back"></use>
  8. </svg>
  9. ..
  10. </div>
  11. </div>
  12. <script>
  13. export default {
  14. }
  15. </script>
  16. </urban-filemanager-parent>