From 3a702bd9a7cd93a86800c9e9d9b4755bf392622f Mon Sep 17 00:00:00 2001 From: Jacek Karczmarczyk Date: Thu, 25 Oct 2018 10:02:51 +0700 Subject: [PATCH] fix: missing mdi in codepen fixes #648 --- src/examples/windows/onboarding.vue | 6 ++++++ src/examples/windows/usage.vue | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/examples/windows/onboarding.vue b/src/examples/windows/onboarding.vue index 7b6c91acc..d0503f19d 100644 --- a/src/examples/windows/onboarding.vue +++ b/src/examples/windows/onboarding.vue @@ -82,3 +82,9 @@ } } + + + { + "css": ["https://cdn.materialdesignicons.com/2.5.94/css/materialdesignicons.min.css"] + } + diff --git a/src/examples/windows/usage.vue b/src/examples/windows/usage.vue index 4fceabb74..ca0fef814 100644 --- a/src/examples/windows/usage.vue +++ b/src/examples/windows/usage.vue @@ -69,3 +69,9 @@ }) } + + + { + "css": ["https://cdn.materialdesignicons.com/2.5.94/css/materialdesignicons.min.css"] + } +