fix(owner-vue): 마이페이지 수정하기 alert처리

This commit is contained in:
hoon7566
2022-03-21 13:30:05 +09:00
parent bff6bec5b5
commit 64ce15ba35

View File

@@ -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()