mirror of https://github.com/veypi/OneAuth.git
update app home
parent
5ae9c6eb50
commit
36d55d1f1f
@ -0,0 +1,6 @@
|
|||||||
|
//
|
||||||
|
// app.rs
|
||||||
|
// Copyright (C) 2023 veypi <i@veypi.com>
|
||||||
|
// 2023-10-06 19:39
|
||||||
|
// Distributed under terms of the MIT license.
|
||||||
|
//
|
@ -0,0 +1,8 @@
|
|||||||
|
//
|
||||||
|
// test.rs
|
||||||
|
// Copyright (C) 2023 veypi <i@veypi.com>
|
||||||
|
// 2023-10-06 22:45
|
||||||
|
// Distributed under terms of the MIT license.
|
||||||
|
//
|
||||||
|
|
||||||
|
fn main() {}
|
@ -0,0 +1,17 @@
|
|||||||
|
<!--
|
||||||
|
* AppUser.vue
|
||||||
|
* Copyright (C) 2023 veypi <i@veypi.com>
|
||||||
|
* 2023-10-06 20:44
|
||||||
|
* Distributed under terms of the MIT license.
|
||||||
|
-->
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
app.user
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts" setup>
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped></style>
|
||||||
|
|
Loading…
Reference in New Issue