Add badge component

This commit is contained in:
qingwei.li
2016-08-17 13:53:56 +08:00
parent 62e3e768c3
commit f8549e9084
13 changed files with 292 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
}
body {
font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
overflow: auto;
}
@@ -299,10 +300,10 @@
</div>
<div class="pure-u-5-6 app__content">
<header class="app__header">
<h1 class="app__headline">{{ $route.title || 'element 后台组件' }}</h1>
<h1 class="app__headline">{{ $route.meta.title || 'element 后台组件' }}</h1>
</header>
<section class="app__main" ref="main">
<p class="app__description">{{ $route.description }}</p>
<p class="app__description">{{ $route.meta.description }}</p>
<router-view></router-view>
</section>
<toc main=".app__main"></toc>