This commit is contained in:
2023-01-18 21:47:39 +08:00
parent 5763f6dea2
commit a192c6d77a
14 changed files with 56 additions and 125 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import Loading from "./components/Loading.vue"
import Monaco from "../shared/monaco/index.vue"
import Monaco from "../shared/Monaco.vue"
const route = useRoute()
const step = route.hash.replace("#step-", "") || "1"