Ohm-Management - Projektarbeit B-ME
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.

files.js 256B

123456789101112131415
  1. const FileRouter = {
  2. template: `
  3. <div>
  4. <h3>Dateiablage</h3>
  5. <div class="empty-state">
  6. <i class="material-icons"> folder_open </i><br>
  7. Diese Funktion steht noch nicht bereit.
  8. </div>
  9. </div>
  10. `,
  11. data: function () {
  12. },
  13. methods: {
  14. },
  15. };