[新增] avatar 组件

This commit is contained in:
就眠仪式 2021-10-01 20:38:24 +08:00
parent ddfca5b3c7
commit 164cabc876
2 changed files with 3 additions and 1 deletions

View File

@ -87,6 +87,8 @@ const install = (app: App, options?: InstallOptions): void => {
} }
} }
console.log("document Site : http://layui-vue.pearadmin.com")
export { export {
LayRadio, LayRadio,
LayIcon, LayIcon,

View File

@ -7,7 +7,7 @@ import { defineProps } from 'vue'
const props = const props =
defineProps<{ defineProps<{
src?: boolean src?: string
radius?: boolean radius?: boolean
size?: string size?: string
}>() }>()