Internet Radio Player with an Audio Visualizer made using VueJS, Vuetify & Howler.JS frameworks. The Player has a bunch of radio stations. Check out the demo below.
how fix to
Failed to compile with 2 errors 17:57:57
error in C:/Users/ja/Desktop/Internet-Radio-Player-Vue-main/src/store/index.ts
ERROR in C:/Users/ja/Desktop/Internet-Radio-Player-Vue-main/src/store/index.ts(21,7):
21:7 Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{}'.
19 | },
20 | saveLikedStation(state, station) {
error in C:/Users/ja/Desktop/Internet-Radio-Player-Vue-main/src/store/index.ts
ERROR in C:/Users/ja/Desktop/Internet-Radio-Player-Vue-main/src/store/index.ts(24,14):
24:14 Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{}'.
22 | },
23 | removeLikedStation(state, station) {
how fix to Failed to compile with 2 errors 17:57:57 error in C:/Users/ja/Desktop/Internet-Radio-Player-Vue-main/src/store/index.ts
ERROR in C:/Users/ja/Desktop/Internet-Radio-Player-Vue-main/src/store/index.ts(21,7): 21:7 Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{}'. 19 | }, 20 | saveLikedStation(state, station) {
error in C:/Users/ja/Desktop/Internet-Radio-Player-Vue-main/src/store/index.ts
ERROR in C:/Users/ja/Desktop/Internet-Radio-Player-Vue-main/src/store/index.ts(24,14): 24:14 Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{}'. 22 | }, 23 | removeLikedStation(state, station) {
ERROR Build failed with errors.