add paste.

This commit is contained in:
2023-11-30 17:02:01 +08:00
parent 24f9e97962
commit a055a14b77
10 changed files with 374 additions and 346 deletions

View File

@@ -3,7 +3,9 @@ import { isDesktop } from "~/shared/composables/breakpoints"
import { code } from "~/shared/composables/learn"
import { useLearnStore } from "./store"
const CodeEditor = defineAsyncComponent(() => import("~/shared/components/CodeEditor.vue"))
const CodeEditor = defineAsyncComponent(
() => import("~/shared/components/CodeEditor.vue"),
)
const route = useRoute()
const router = useRouter()