Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: 文件上传报错 #4909

Closed
5 tasks done
zwtvip opened this issue Nov 15, 2024 · 1 comment
Closed
5 tasks done

Bug: 文件上传报错 #4909

zwtvip opened this issue Nov 15, 2024 · 1 comment

Comments

@zwtvip
Copy link

zwtvip commented Nov 15, 2024

Version

Vben Admin V5

Describe the bug?

   {
      component: 'Upload',
      componentProps: {
        placeholder: '请上传文件',
      },
      fieldName: 'fileUpload',
      label: '文件上传',
      renderComponentContent: () => {
        return {
          default: () => [h(Button, { type: 'primary' }, () => '文件上传')],
        };
      },
    }

Reproduction

image
image

System Info

win11, edge

Relevant log output

No response

Validations

@mynetfan
Copy link
Collaborator

Duplicate of #4882

@mynetfan mynetfan marked this as a duplicate of #4882 Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants