Nuxt/examples/nested-routes/pages/index/index.vue

12 lines
159 B
Vue

<template>
<h2>Please select an user.</h2>
</template>
<style scoped>
h2 {
text-align: center;
margin-top: 100px;
font-family: sans-serif;
}
</style>