Created
January 7, 2018 11:02
-
-
Save danielschmitz/2c282ce3a492532c8fe777bc710ee068 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- import Vue.js --> | |
<script src="//vuejs.org/js/vue.min.js"></script> | |
<!-- import stylesheet --> | |
<link rel="stylesheet" href="//unpkg.com/iview/dist/styles/iview.css"> | |
<!-- import iView --> | |
<script src="//unpkg.com/iview/dist/iview.min.js"></script> | |
<!-- locale en-US.js --> | |
<script src="//unpkg.com/iview/dist/locale/en-US.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment