Closed fanmingfei closed 3 years ago
Bug fix
Load an image no have extension, it will be load with xhr.
Use the resource config type property.
type
const resource = [{ name: 'resourceName', src: { image: { type: 'png', src: 'https://xxxxxx.xxxx.xxx/xxxx' } } }]
No
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix
What is the current behavior? (You can also link to an open issue here)
Load an image no have extension, it will be load with xhr.
What is the new behavior (if this is a feature change)?
Use the resource config
type
property.Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No
Other information: