From 164cabc8768ab37d5e5e0f84c85f58af768a1615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Fri, 1 Oct 2021 20:38:24 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=20avatar=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 ++ src/module/avatar/index.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c49e5f20..7ea625c6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -87,6 +87,8 @@ const install = (app: App, options?: InstallOptions): void => { } } +console.log("document Site : http://layui-vue.pearadmin.com") + export { LayRadio, LayIcon, diff --git a/src/module/avatar/index.vue b/src/module/avatar/index.vue index 16f15432..12ca947a 100644 --- a/src/module/avatar/index.vue +++ b/src/module/avatar/index.vue @@ -7,7 +7,7 @@ import { defineProps } from 'vue' const props = defineProps<{ - src?: boolean + src?: string radius?: boolean size?: string }>()