mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-06 12:00:44 +08:00
Add avatar dropdown in header
This commit is contained in:
18
open-isle-cli/src/views/SettingsPageView.vue
Normal file
18
open-isle-cli/src/views/SettingsPageView.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div class="settings-page">
|
||||
<h2>设置</h2>
|
||||
<p>这里是设置页面。</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'SettingsPageView'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.settings-page {
|
||||
padding: 20px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user