= await fetch(
                  
                  
                        `https://min-api.cryptocompare.com/data/all/coinlist?summary=true`
                  
                  
                      );
                  
                  
                      const data = await f.json();
                  
                  
                      this.cryptocurrencies = data;
                  
                  
                      console.log(this.cryptocurrencies.data);
                  
                  
                      this.loader = "hidden";
                  
                  
                    },
                  
                  
                
и где ты обращаешься к .Data?
Понял, регистр)
Обсуждают сегодня