瀏覽代碼

Display user name where Admin was

master
Lene Scholtz 5 年之前
父節點
當前提交
94d01b3da3
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      src/components/shared/navBar.vue

+ 0
- 1
src/components/shared/navBar.vue 查看文件

220
     ]),
220
     ]),
221
     NAME() {
221
     NAME() {
222
       return this.person.name;
222
       return this.person.name;
223
-      // return this.user.role;
224
     },
223
     },
225
     isLoggedIn() {
224
     isLoggedIn() {
226
       return this.token !== null && this.token !== undefined;
225
       return this.token !== null && this.token !== undefined;

Loading…
取消
儲存