mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-08-10 22:34:10 +08:00
feat(install): added basis install process
Now it is able to install apps from the render process and properly display logs on the app detial page.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { ref } from "vue";
|
||||
import { DownloadItem } from './typedefinition';
|
||||
|
||||
export const downloads = ref(<DownloadItem[]>[]);
|
||||
Reference in New Issue
Block a user