Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
This commit is contained in:
parent
2f901da58c
commit
1404539895
4 changed files with 38 additions and 9 deletions
24
src/client/app/desktop/views/pages/settings.vue
Normal file
24
src/client/app/desktop/views/pages/settings.vue
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<template>
|
||||
<mk-ui>
|
||||
<main>
|
||||
<x-settings :in-window="false"/>
|
||||
</main>
|
||||
</mk-ui>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
|
||||
export default Vue.extend({
|
||||
components: {
|
||||
XSettings: () => import('../components/settings.vue').then(m => m.default)
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
main
|
||||
margin 0 auto
|
||||
max-width 900px
|
||||
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue