4 lines
56 B
TypeScript
4 lines
56 B
TypeScript
import { ref } from "vue"
|
|
|
|
export const taskId = ref(0)
|
import { ref } from "vue"
|
|
|
|
export const taskId = ref(0)
|