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 ~

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b40a8a-ea7f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b40a8a-ea7f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?