work in progress on Planner component

This commit is contained in:
2019-02-11 14:49:53 +01:00
parent 45029b87d2
commit 02bdbf0f2c
4 changed files with 31 additions and 17 deletions

View File

@@ -1,5 +1,16 @@
<template>
<h1 class="title">{{ msg }}</h1>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="#">
{{ msg }}
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
</nav>
</template>
<script>