|
@@ -2,7 +2,7 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
|
|
|
+ <link rel="stylesheet" href="../cdn/element-ui/2.13.2/theme-chalk/index.css">
|
|
|
<title></title>
|
|
|
|
|
|
<style>
|
|
@@ -314,9 +314,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</body>
|
|
|
- <!-- <script src="https://cdn.jsdelivr.net/npm/vue@2"></script> -->
|
|
|
<script src="../cdn/vue/2.6.10/vue.min.js"></script>
|
|
|
- <script src="https://unpkg.com/element-ui/lib/index.js"></script>
|
|
|
+ <script src="../cdn/element-ui/2.13.2/index.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
new Vue({
|
|
|
el: '#app',
|