17 lines
251 B
HTML
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>
|