Files
msw-open-music/web/index.html
2021-05-21 16:35:12 +08:00

17 lines
251 B
HTML

<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<div id="app">
<component-search-files></component-search-files>
</div>
</body>
<script src="vue.js"></script>
<script src="axios.min.js"></script>
<script src="index.js"></script>
</html>