TT#37301 Create custom audio player component

Change-Id: I66951f491f5d9cdbd100f941bc235d4e0c01c6fa
changes/61/21461/2
Tijana Maksimovic 7 years ago
parent 6071b43b49
commit cbd74a9fdb

@ -0,0 +1,16 @@
<template>
</template>
<script>
export default {
name: 'csc-voicemail-player',
props: [
],
components: {
}
}
</script>
<style lang="stylus" rel="stylesheet/stylus">
@import '../../themes/app.common'
</style>
Loading…
Cancel
Save