Skip to content

Commit

Permalink
fix: missing mdi in codepen
Browse files Browse the repository at this point in the history
fixes #648
  • Loading branch information
jacekkarczmarczyk authored and KaelWD committed Oct 25, 2018
1 parent a6e8988 commit 3a702bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/examples/windows/onboarding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@
}
}
</script>

<codepen-resources lang="json">
{
"css": ["https://cdn.materialdesignicons.com/2.5.94/css/materialdesignicons.min.css"]
}
</codepen-resources>
6 changes: 6 additions & 0 deletions src/examples/windows/usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@
})
}
</script>

<codepen-resources lang="json">
{
"css": ["https://cdn.materialdesignicons.com/2.5.94/css/materialdesignicons.min.css"]
}
</codepen-resources>

0 comments on commit 3a702bd

Please sign in to comment.