我想在我的 Vue 组件中加载一个 mp3 文件:(我正在使用 Vue-CLI 样板)
const sound = new Audio(require("./sound.mp3")))
但我收到了这个错误:
Unexpected character ‘’ (1:3)
You may need an appropriate loader to handle this file type.
这是一个演示错误的最小项目:https ://github.com/life4ants/vue-audio-test