本文最后更新于:1 年前
ElementUI学习
文档:https://element.eleme.cn/#/zh-CN
1 2 3 4 5 6 7 8 9 10 11
| <!-- 引入css文件 --> <!-- 引入element样式 --> <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<script src="https://unpkg.com/vue@2/dist/vue.js"></script>
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|