mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-07 08:36:51 +08:00
feat: 日志Dialog
This commit is contained in:
+5
-1
@@ -1,5 +1,9 @@
|
||||
import { defineStore } from 'pinia'
|
||||
import { ref } from 'vue'
|
||||
import { Config } from './bindings.ts'
|
||||
|
||||
export const useStore = defineStore('store', () => {
|
||||
return {}
|
||||
const config = ref<Config>()
|
||||
|
||||
return { config }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user