mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-09-24 00:11:48 +08:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
import { ref } from 'vue';
|
|
|
|
export const status = ref(false);
|
|
export const fontSize = ref(100);
|