basic.vue 215 B

123456789
  1. <template>
  2. <div m4>
  3. <UIAudio src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3" />
  4. </div>
  5. </template>
  6. <script lang="ts" setup>
  7. import { UIAudio } from 'kankan-components'
  8. </script>