mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-24 00:40:30 +01:00
Improve talents and lint code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useTalentsStore = defineStore(
|
||||
'talents',
|
||||
'talents',
|
||||
() => {
|
||||
const currentCategory = ref<string>('all')
|
||||
const currentFavorite = ref<boolean>(false)
|
||||
@@ -26,5 +26,5 @@ export const useTalentsStore = defineStore(
|
||||
},
|
||||
{
|
||||
persist: true,
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user