feat: 首次提交,添加Web界面和Redis支持的数据管理系统
This commit is contained in:
8
web/src/stores/counter.ts
Normal file
8
web/src/stores/counter.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import {ref, computed} from 'vue'
|
||||
import {defineStore} from 'pinia'
|
||||
|
||||
export const useCounterStore = defineStore('counter', () => {
|
||||
const token = ref("")
|
||||
|
||||
return {token}
|
||||
})
|
Reference in New Issue
Block a user