mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-08 17:16:52 +08:00
feat: 引入pinia进行状态管理
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useStore = defineStore('store', () => {
|
||||
return {}
|
||||
})
|
||||
Reference in New Issue
Block a user