2018-12-12 14:34:39 +01:00
|
|
|
const FileRouter = {
|
|
|
|
template: `
|
|
|
|
<div>
|
2019-02-07 13:24:37 +01:00
|
|
|
<h3>Wichtige Links</h3>
|
2018-12-12 14:34:39 +01:00
|
|
|
<div class="empty-state">
|
2019-02-07 13:24:37 +01:00
|
|
|
<i class="material-icons"> widgets </i><br>
|
2018-12-12 14:34:39 +01:00
|
|
|
Diese Funktion steht noch nicht bereit.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`,
|
|
|
|
data: function () {
|
2018-12-12 15:56:09 +01:00
|
|
|
return {};
|
2018-11-29 11:40:23 +01:00
|
|
|
},
|
2018-12-12 14:34:39 +01:00
|
|
|
methods: {
|
|
|
|
},
|
|
|
|
};
|