mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-07-24 15:41:47 +08:00
4 lines
62 B
TypeScript
4 lines
62 B
TypeScript
import { ref } from 'vue';
|
|
|
|
export const status = ref(false);
|