File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 55 <svg-icon :name =" isPlaying ? 'audio-pause' : 'audio-play'" />
66 </div >
77
8- <line -control
8+ <audio -control
99 ref-id =" progress"
1010 :percentage =" progress"
1111 @change-linehead =" onUpdateProgress"
2121</template >
2222
2323<script >
24- import SvgIcon from ' ../SvgIcon'
25- import LineControl from ' ./LineControl '
24+ import SvgIcon from ' ../../components/ SvgIcon'
25+ import AudioControl from ' ./AudioControl '
2626
2727export default {
2828 name: ' AudioPlayer' ,
2929 components: {
3030 SvgIcon,
31- LineControl
31+ AudioControl
3232 },
3333
3434 props: {
Original file line number Diff line number Diff line change 169169<script >
170170import SvgIcon from ' ../../components/SvgIcon'
171171import FormatMessage from ' ../../components/FormatMessage'
172- import AudioPlayer from ' ../../components/audio/AudioPlayer'
173172
174173import MessageReply from ' ./MessageReply'
175174import MessageImage from ' ./MessageImage'
176175import MessageActions from ' ./MessageActions'
177176import MessageReactions from ' ./MessageReactions'
177+ import AudioPlayer from ' ./AudioPlayer'
178178
179179const { isImageFile } = require (' ../../utils/media-file' )
180180
You can’t perform that action at this time.
0 commit comments