feat: uploadImg 组件

This commit is contained in:
xingyu4j
2022-11-29 18:00:44 +08:00
parent ba547e9e2d
commit 93dd8b7b56
5 changed files with 183 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ const { variables } = useDesign()
const appStore = useAppStore()
const props = defineProps({
size: propTypes.oneOf<ElementPlusSize[]>(['default', 'small', 'large']).def('default')
size: propTypes.oneOf<ElementPlusSize>(['default', 'small', 'large']).def('default')
})
provide('configGlobal', props)