[+] Import style sheets for Element

This commit is contained in:
Hykilpikonna
2019-08-17 12:51:02 +08:00
parent 0d194dea06
commit ad7bd06b13
+5
View File
@@ -7,6 +7,11 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Veracross Analyzer</title>
<!-- 引入样式 -->
<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>
<body>