9 lines
133 B
Vue
9 lines
133 B
Vue
|
|
<script setup lang="ts"></script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<h1>Congratulations</h1>
|
||
|
|
<p>This is login.</p>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<style scoped></style>
|