mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-08-29 23:07:18 +00:00
13 lines
162 B
Vue
13 lines
162 B
Vue
|
<template>
|
||
|
<div class="about-container">
|
||
|
<el-main>
|
||
|
<p>Links</p>
|
||
|
</el-main>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<style scoped>
|
||
|
</style>
|
||
|
|
||
|
<script setup>
|
||
|
</script>
|