10 lines
149 B
Vue
10 lines
149 B
Vue
<style scoped></style>
|
|
|
|
<template>
|
|
<div>
|
|
<h2 style="text-align: center">Powered by Nuxt</h2>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts"></script>
|