1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

fix vue example ref

This commit is contained in:
Rob Ede 2023-07-18 22:55:19 +01:00
parent 9b2e24b1b3
commit 04896c06b9
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

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>