上传组件新增视频支持

This commit is contained in:
aixianling
2023-04-07 10:42:04 +08:00
parent 214f92bf05
commit 9e3ba31ef1
2 changed files with 37 additions and 30 deletions

View File

@@ -31,10 +31,7 @@ export default {
preview: Boolean,
link: Boolean,
miniapp: Boolean,
file: {
default: () => {
}
}
file: {default: () => ({})}
},
methods: {
...mapActions(['previewFile', 'injectJWeixin']),