spin-wheel
Version:
An easy to use, themeable component for randomising choices and prizes.
16 lines (13 loc) • 394 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Spin Wheel Example - Vue 3</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="icon" href="data:image/x-icon;," type="image/x-icon">
<script type="module" src="/src/main.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>