mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-21 01:04:44 +02:00
14 lines
122 B
Vue
14 lines
122 B
Vue
<template>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'account'
|
|
};
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|