mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-17 05:37:25 +08:00
4 lines
62 B
TypeScript
4 lines
62 B
TypeScript
import { ref } from 'vue';
|
|
|
|
export const status = ref(false);
|