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.
19 lines
270 B
Vue
19 lines
270 B
Vue
1 year ago
|
<!--
|
||
6 months ago
|
* app.vue
|
||
|
* Copyright (C) 2024 veypi <i@veypi.com>
|
||
|
* 2024-05-31 17:08
|
||
1 year ago
|
* Distributed under terms of the MIT license.
|
||
|
-->
|
||
|
<template>
|
||
6 months ago
|
<div></div>
|
||
1 year ago
|
<div>
|
||
6 months ago
|
Component: app.card
|
||
1 year ago
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script lang="ts" setup>
|
||
|
</script>
|
||
|
|
||
|
<style scoped></style>
|
||
|
|