2017-07-10 11:52:10 +00:00
|
|
|
<template>
|
|
|
|
<div class="wrapper">
|
|
|
|
<div class="header">
|
|
|
|
<nuxt-link to="/">NUXT BLOG</nuxt-link>
|
|
|
|
</div>
|
|
|
|
<p class="links">
|
2017-08-04 08:59:42 +00:00
|
|
|
<a href="https://twitter.com/nuxt_js" target="_blank"><img src="~/assets/img/twitter.png"></a>
|
|
|
|
<a href="https://github.com/nuxt/nuxt.js/tree/dev/examples/async-component-injection" target="_blank"><img src="~/assets/img/github.png"></a>
|
2017-07-10 11:52:10 +00:00
|
|
|
</p>
|
|
|
|
<div class="main">
|
2018-08-31 20:34:12 +00:00
|
|
|
<nuxt />
|
2017-07-10 11:52:10 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|