naive-ui.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import { Code } from "utils/types"
|
||||
|
||||
export const useCodeStore = defineStore("code", () => {
|
||||
const code = reactive<Code>({
|
||||
value: "",
|
||||
language: "C",
|
||||
})
|
||||
|
||||
return { code }
|
||||
})
|
||||
Reference in New Issue
Block a user