From 9af8a71e179f0e83cd1a40aa193bc93abbbe6f76 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Thu, 2 Aug 2018 20:24:56 +0100 Subject: [PATCH] =?UTF-8?q?Add=20using=20a=20file=20as=20a=20plugin/theme?= =?UTF-8?q?=E2=80=99s=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/ui/components/bd/Card.vue | 29 ++++++++++++++++++++++++++- tests/ext/plugins/Example/config.json | 3 ++- tests/ext/plugins/Example/icon.svg | 8 ++++++++ 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 tests/ext/plugins/Example/icon.svg diff --git a/client/src/ui/components/bd/Card.vue b/client/src/ui/components/bd/Card.vue index 5fbe7ede..7645d3df 100644 --- a/client/src/ui/components/bd/Card.vue +++ b/client/src/ui/components/bd/Card.vue @@ -11,7 +11,7 @@