Vue3如何动态引入图片或者视频等文件

const getFile = () => new URL(`../../assets/images/default.png`, import.meta.url).href

你可能感兴趣的:(前端,javascript,开发语言)