소스 검색

Removed error on navbar

master
Kobus 5 년 전
부모
커밋
613c5bb3b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/shared/navBar.vue

+ 1
- 1
src/components/shared/navBar.vue 파일 보기

@@ -243,7 +243,7 @@ export default {
243 243
       'token',
244 244
     ]),
245 245
     NAME() {
246
-      return JSON.parse(this.person).fullName;
246
+      return this.person.fullName;
247 247
     },
248 248
     isLoggedIn() {
249 249
       return this.token !== null && this.token !== undefined;

Loading…
취소
저장