Using alias actor ID when available. Using basic SVG flags instead of PNG. Moved PNG and HD SVG flags to assets.

This commit is contained in:
2020-05-13 20:27:06 +02:00
parent 6040a3f41f
commit dac451bb86
1198 changed files with 90809 additions and 16620 deletions

View File

@@ -29,7 +29,7 @@ export default {
};
},
beforeMount() {
this.svg = require(`../../img/${this.icon}.svg`).default;
this.svg = require(`../../img/icons/${this.icon}.svg`).default;
},
};
</script>