mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
2 lines
62 B
TypeScript
2 lines
62 B
TypeScript
import { ref } from 'vue';
|
|
export const isLoaded = ref(false); |