feat: wip idea title, minimal menu for reading
This commit is contained in:
17
components/global/MinimalBanner.vue
Normal file
17
components/global/MinimalBanner.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="hero-body">
|
||||
<div class="container has-text-centered">
|
||||
<h1 class="title is-1 has-text-primary">
|
||||
eHandyBlog
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { Vue, Component } from 'nuxt-property-decorator'
|
||||
|
||||
@Component
|
||||
export default class MinimalBanner extends Vue {
|
||||
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user