boenfu / vuex-along

:memo: auto save and restore state for vuex
https://boenfu.github.io/vuex-along/
MIT License
259 stars 36 forks source link

main.d.ts 报错 #26

Closed doudizhu closed 5 years ago

doudizhu commented 5 years ago
ERROR in /node_modules/vuex-along/lib/main.d.ts 30:64 Generic type 'Store' requires 1 type argument(s). 28 justSession?: boolean; 29 } 30 declare const _default: (options: VuexAlongOptions) => (store: Store) => void;
31 export default _default;
32

No lint errors found Version: typescript 3.4.5, tslint 5.16.0 Time: 661ms