1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 06:51:23 +08:00

Fixed child route loading bug

This commit is contained in:
2023-05-03 23:51:23 +08:00
parent 50953e0117
commit e5a6c4c706

View File

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