1
0
mirror of https://github.com/actix/examples synced 2025-06-26 09:17:41 +02:00

fix vue example ref

This commit is contained in:
Rob Ede
2023-07-18 22:55:19 +01:00
parent 9b2e24b1b3
commit 04896c06b9

View File

@ -7,6 +7,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>