new document customization language pack

This commit is contained in:
就眠儀式
2022-02-11 13:58:25 +08:00
parent 9a06b6ba97
commit 9f8c08558e
6 changed files with 29 additions and 9 deletions

View File

@@ -13,7 +13,9 @@ export interface LayAvatarProps {
radius?: boolean;
}
const props = withDefaults(defineProps<LayAvatarProps>(), {});
const props = withDefaults(defineProps<LayAvatarProps>(), {
});
</script>
<template>