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