Nuxt/examples/nested-routes/pages/index/index.vue
2017-01-26 15:22:10 +01:00

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>