From b4d6944076f1df6eedaae35c4c2a7072fe988e8a Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期二, 30 四月 2024 15:34:02 +0800 Subject: [PATCH] update: package-lock.json --- PAMapp/components/Ui/UiAvatar.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/Ui/UiAvatar.vue b/PAMapp/components/Ui/UiAvatar.vue index 43d2bd1..2cd6eb3 100644 --- a/PAMapp/components/Ui/UiAvatar.vue +++ b/PAMapp/components/Ui/UiAvatar.vue @@ -11,8 +11,11 @@ @Component export default class UiAvatar extends Vue { - @Prop() size!: number; - @Prop() agentNo!: string; + @Prop() + size!: number; + + @Prop() + agentNo!: string; get imgSrc() { return process.env.BASE_URL + '/consultant/avatar/' + this.agentNo; -- Gitblit v1.8.0