(history) add last visited repo method

This commit is contained in:
Julien Calixte
2021-12-12 10:18:10 +01:00
parent 4a4597afbc
commit e90afc56f8
4 changed files with 49 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import { computed } from 'vue'
export const useLastVisitedRepos = () => {
const history = useAsyncState(
data.get<DataType.History, History>(
data.generateId(DataType.BacklinkNote, 'history')
data.generateId(DataType.History, 'history')
),
null
)