Не удается найти модуль в контексте WebPack Resolve Vue
computed: {
userWithIcon () {
return {
...this.user,
icon: this.user.icon && require(`../assets/imgs/${this.user.icon}`)
}
}
}
Agreeable Aardvark