Remove redundant main tags.

This commit is contained in:
baldo 2022-05-30 13:56:24 +02:00
parent cbd5624fb2
commit cb4bb9e817
2 changed files with 159 additions and 163 deletions

View file

@ -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>

View file

@ -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>