把自测猫搬进来了
This commit is contained in:
@@ -6,3 +6,6 @@ export const code = reactive<Code>({
|
||||
value: "",
|
||||
language: storage.get(STORAGE_KEY.LANGUAGE) || "Python3",
|
||||
})
|
||||
|
||||
export const input = ref("")
|
||||
export const output = ref("")
|
||||
|
||||
Reference in New Issue
Block a user