Skip to content

Commit

Permalink
ci: 📌️CI/CD 初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
ZRMYDYCG committed Mar 4, 2025
1 parent 5a9fa11 commit 0a64376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .github/workflows/deploy.yml
Empty file.
2 changes: 1 addition & 1 deletion src/store/modules/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineStore } from 'pinia'
import { ref } from 'vue'

const useUserStore = defineStore('userStore', () => {
const token = ref('')
const token = ref('has-token')

return {
token,
Expand Down

0 comments on commit 0a64376

Please sign in to comment.