1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 15:01: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> </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.ts"></script>
</body> </body>
</html> </html>