12 lines
107 B
Vue
12 lines
107 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<h1>auth view</h1>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|