@vespaiach/axios-fetch-adapter
Version:
Fetch adapter for axios
19 lines (16 loc) • 442 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Test Fetch Adapter</title>
</head>
<body>
<pre id="app"></pre>
<form id="formElem">
<input type="text" name="name" value="vespaiach">
<input type="submit">
</form>
<script type="module" src="/test/index.js"></script>
</body>
</html>