files_search 前端

This commit is contained in:
2021-05-21 16:35:12 +08:00
parent d894163d54
commit 47619888b3
2 changed files with 128 additions and 0 deletions

16
web/index.html Normal file
View File

@@ -0,0 +1,16 @@
<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>