Remove redundant main tags.
This commit is contained in:
parent
cbd5624fb2
commit
cb4bb9e817
|
@ -12,7 +12,6 @@ refresh();
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<div v-if="statistics.getStatistics">
|
||||
<h2>Knotenstatistik</h2>
|
||||
|
||||
|
@ -58,7 +57,6 @@ refresh();
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
|
|
@ -41,7 +41,6 @@ refresh();
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<h2>Knoten</h2>
|
||||
|
||||
<div>
|
||||
|
@ -160,7 +159,6 @@ refresh();
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
|
Loading…
Reference in a new issue