- <template>
- <el-row class="mb-4">
- <UIAudio src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3" />
- </el-row>
- </template>
- <script lang="ts" setup>
- import { UIAudio } from '@kankan-components/components'
- import '@kankan-components/theme-chalk/dist/index.css'
- </script>
|