@websanova/vue-upload
Version:
A simple, light weight and intuitive upload control for Vue.js.
17 lines (15 loc) • 509 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Vue Upload 3.x Demo</title>
</head>
<body>
<noscript>
We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.
</noscript>
<div id="app"></div>
</body>
</html>