inicios del FrontEnd
This commit is contained in:
17
APP/components/Layout/Content.vue
Executable file
17
APP/components/Layout/Content.vue
Executable file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="content">
|
||||
<FadeTransition :duration="200" mode="out-in">
|
||||
<!-- your content here -->
|
||||
<nuxt></nuxt>
|
||||
</FadeTransition>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { FadeTransition } from 'vue2-transitions';
|
||||
export default {
|
||||
components: {
|
||||
FadeTransition
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style></style>
|
||||
Reference in New Issue
Block a user