Skip to content

Commit

Permalink
release: v0.5.0-beta.28
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Dec 17, 2023
1 parent 5e691a6 commit e42a690
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@ item 具体是什么格式?
>
> 即:MP4WebMOGG (Safari 不支持 OGG)
>
> audioDuration 需要 audio 标签支持的视频格式才能生效
> audioDuration 需要 audio 标签支持的音频格式才能生效
>
> 即:MP3WAVOGG (Safari 不支持 OGG)

Expand Down
4 changes: 2 additions & 2 deletions demo/useRichText/plugins/InsertFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default {
>
<FaUpload
v-model="formData.file"
v-bind="presets[type]"
v-bind="presets.audio"
/>
</el-form-item>
<template v-else-if="type === '音频'">
Expand All @@ -126,7 +126,7 @@ export default {
>
<FaUpload
v-model="formData.file"
v-bind="presets[type]"
v-bind="presets.video"
/>
</el-form-item>
</template>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "faim",
"PascalCasedName": "Faim",
"version": "0.5.0-beta.27",
"version": "0.5.0-beta.28",
"private": false,
"description": "Element Plus (Vue 3) & Element UI (Vue 2.7/2.6) isomorphic UI component library. ❄️ More than Element.",
"author": {
Expand Down

0 comments on commit e42a690

Please sign in to comment.