use composables.

This commit is contained in:
2023-04-17 11:24:35 +08:00
parent 46d3dcb171
commit 3ff7749395
8 changed files with 130 additions and 134 deletions

View File

@@ -0,0 +1,3 @@
import { Problem } from "~/utils/types"
export const problem = ref<Problem | null>(null)