fix(cli): remove unused script in template (#12482)

This commit is contained in:
neverland
2023-12-02 21:10:40 +08:00
committed by GitHub
parent b09b807fe0
commit ba0d2b7532
2 changed files with 0 additions and 2 deletions

View File

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

View File

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