Skip to content

Commit

Permalink
#53 Fix Element UI broken css
Browse files Browse the repository at this point in the history
  • Loading branch information
User committed Jul 14, 2018
2 parents b7b2cb5 + d835d06 commit d8a395b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script src="https://unpkg.com/element-ui@1.4/lib/index.js"></script>
<script src="https://unpkg.com/transliteration/lib/browser/transliteration.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<style>
Expand Down

0 comments on commit d8a395b

Please sign in to comment.