mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-29 04:50:05 +00:00
* basic support * improved support * Add all components (still buggy) * revert && Add lockfile * Small fixes * import .eslintrc from master * Fix shadowing issue * Update packages/@uppy/vue/src/utils.js Co-authored-by: Renée Kooi <renee@kooi.me> Co-authored-by: Artur Paikin <artur@arturpaikin.com> Co-authored-by: Renée Kooi <renee@kooi.me>
13 lines
313 B
HTML
13 lines
313 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Vite App</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|