mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
fix vue example ref
This commit is contained in:
parent
9b2e24b1b3
commit
04896c06b9
@ -7,6 +7,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script type="module" src="/src/main.ts"></script>
|
<script type="module" src="/src/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user