new document customization language pack
This commit is contained in:
@@ -13,7 +13,9 @@ export interface LayAvatarProps {
|
||||
radius?: boolean;
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<LayAvatarProps>(), {});
|
||||
const props = withDefaults(defineProps<LayAvatarProps>(), {
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user