fix.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Code } from "../../utils/types"
|
||||
import { Code } from "utils/types"
|
||||
|
||||
export const useCodeStore = defineStore("code", () => {
|
||||
const code = reactive<Code>({
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
export const useSignupStore = defineStore("signup", () => {
|
||||
const [visible] = useToggle()
|
||||
|
||||
function show() {
|
||||
visible.value = true
|
||||
}
|
||||
|
||||
function hide() {
|
||||
visible.value = false
|
||||
}
|
||||
|
||||
return { visible, show, hide }
|
||||
})
|
||||
Reference in New Issue
Block a user