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

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