Skip to content

Commit 59b69b5

Browse files
committed
add utility functions, refactor into smaller components
1 parent faab953 commit 59b69b5

14 files changed

+450
-409
lines changed

public/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width,initial-scale=1.0">
88
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
9-
<title>upload-ui</title>
10-
<script src="https://unpkg.com/eva-icons"></script>
9+
<title>Drag and Drop Upload - VueJS</title>
1110

1211
</head>
1312

@@ -20,4 +19,4 @@
2019
<!-- built files will be auto injected -->
2120
</body>
2221

23-
</html>
22+
</html>

src/App.vue renamed to src/app.vue

File renamed without changes.

src/components/HelloWorld.vue

-60
This file was deleted.

0 commit comments

Comments
 (0)