feat: port tasks store to pinia
This commit is contained in:
parent
1fdda07f65
commit
34ffd1d572
20 changed files with 157 additions and 128 deletions
5
src/pinia.ts
Normal file
5
src/pinia.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import {createPinia} from 'pinia'
|
||||
|
||||
const pinia = createPinia()
|
||||
|
||||
export default pinia
|
||||
Reference in a new issue