fix(customer-vue): 메시지 수정, waring 수정

This commit is contained in:
hoon7566
2022-03-18 20:22:41 +09:00
parent 5b75ef1b74
commit a22ca6cd4b
6 changed files with 13 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ export default {
},
data: function() {
return {
drawer: null,
drawer: true,
notificationCounts: 0
}
},