This commit is contained in:
syuilo 2018-02-19 16:58:37 +09:00
parent 818e421ce2
commit 3e7b980fb6
4 changed files with 263 additions and 244 deletions

View file

@ -73,7 +73,12 @@
<script lang="ts">
import Vue from 'vue';
import MkProfileSetting from './profile-setting.vue';
export default Vue.extend({
components: {
'mk-profie-setting': MkProfileSetting
},
data() {
return {
page: 'profile'