Commit a791375d authored by Sebastien Chopin's avatar Sebastien Chopin

Set nuxt-child-key to "none"

parent c4a7c054
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</a> </a>
</nav> </nav>
</header> </header>
<nuxt></nuxt> <nuxt nuxt-child-key="none"></nuxt>
</div> </div>
</template> </template>
...@@ -88,10 +88,11 @@ export default { ...@@ -88,10 +88,11 @@ export default {
margin 0 auto margin 0 auto
position relative position relative
.appear-active
transition opacity .4s ease
.page-enter-active, .page-leave-active .page-enter-active, .page-leave-active
transition all .2s ease transition all .2s ease
.appear, .page-enter, .page-leave-active
.page-enter, .page-leave-active
opacity 0 opacity 0
@media (max-width 860px) @media (max-width 860px)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment