Fix logo on footer by allowing custom fill color

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-04-24 20:50:05 +02:00
parent 445619db8b
commit f75d853b19
6 changed files with 71 additions and 8 deletions

View File

@@ -33,5 +33,11 @@ module.exports = {
};
return args
});
config.module
.rule("vue")
.use("vue-svg-inline-loader")
.loader("vue-svg-inline-loader")
.options({ /* ... */ });
}
};