Files
masonry/cmd/cli/templates/vue/AboutView.vue.tmpl

16 lines
249 B
Cheetah

<template>
<div class="about">
<h1>This app was generated using the Masonry CLI tool.</h1>
</div>
</template>
<style>
@media (min-width: 1024px) {
.about {
min-height: 100vh;
display: flex;
align-items: center;
}
}
</style>