mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
fix: deep link handling at electron startup
This commit is contained in:
2
electron/global.ts
Normal file
2
electron/global.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
import { ref } from 'vue';
|
||||
export let isLoaded = ref(false);
|
||||
Reference in New Issue
Block a user