The problem of using Audio in vue

var music = new Audio();
music.src = "@/assets/audio/1.mp3";

Why can"t src be set here?

prompt

http://localhost:9080/@/assets/audio/1.mp3 net::ERR_ABORTED

do you want to modify the configuration of webpack?

Sep.03,2021

landlord, hello ~
try music.src = require ('@ / assets/audio/1.mp3');

< hr >

if it is helpful, please click to adopt it, thank you ~

Menu