This commit is contained in:
weicw
2021-07-29 16:17:26 +08:00
commit a6eb6f83d1
127 changed files with 60792 additions and 0 deletions

4
src/store/getters.js Normal file
View File

@@ -0,0 +1,4 @@
export default {
user: state => state.user,
theme: state => state.theme
}