Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Sep 28, 2021
1 parent fd8de45 commit 8712985
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>后台管理系统</title>
<script src="/sortable.min.js"></script>
<script type="module">
import process from "process";
window.process = process;
<script>
window.process = {};
</script>
</head>

Expand Down

0 comments on commit 8712985

Please sign in to comment.