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