fix(owner-vue): 마이페이지 수정하기 alert처리
This commit is contained in:
@@ -43,7 +43,9 @@
|
||||
/>
|
||||
<v-btn
|
||||
color="orange"
|
||||
block>수정하기</v-btn>
|
||||
block
|
||||
@click="message('준비중입니다.')"
|
||||
>수정하기</v-btn>
|
||||
</v-form>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
@@ -76,6 +78,9 @@ export default {
|
||||
console.log(error.response)
|
||||
})
|
||||
},
|
||||
message: function(message){
|
||||
alert(message)
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.getUserData()
|
||||
|
||||
Reference in New Issue
Block a user