mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
12 lines
159 B
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>
|