[+] Add proper comments for ElementUI imports

This commit is contained in:
Hykilpikonna
2019-08-17 12:51:55 +08:00
parent ad7bd06b13
commit b0d6d78a7e
+1 -2
View File
@@ -8,9 +8,8 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Veracross Analyzer</title>
<!-- 引入样式 -->
<!-- ElementUI -->
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<!-- 引入组件库 -->
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
</head>