mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
243 B
Vue
18 lines
243 B
Vue
5 months ago
|
<!--
|
||
|
* user.vue
|
||
|
* Copyright (C) 2024 veypi <i@veypi.com>
|
||
|
* 2024-06-12 18:17
|
||
|
* Distributed under terms of the MIT license.
|
||
|
-->
|
||
|
<template>
|
||
|
<div>
|
||
|
"asd"
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script lang="ts" setup>
|
||
|
</script>
|
||
|
|
||
|
<style scoped></style>
|
||
|
|