mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-14 14:50:50 +08:00
✨ feat: 优化登录失效
This commit is contained in:
@@ -70,7 +70,7 @@ const store = useStore()
|
||||
// 添加计算属性
|
||||
const showUpdateModalState = computed({
|
||||
get: () => store.state.showUpdateModal,
|
||||
set: (val) => store.commit('SET_SHOW_UPDATE_MODAL', val)
|
||||
set: (val) => store.commit('setShowUpdateModal', val)
|
||||
})
|
||||
|
||||
// 替换原来的 watch
|
||||
|
||||
Reference in New Issue
Block a user