Rein
Results
2
comments of
Rein
Currently I am using following method to suppress errors I am getting from tslint. In my *.d.ts file: ```javascript declare var store: any; interface Window { store: any; } ```...
Shouldn't this be closed ? I already see examples of vuex equivalent code in docs.