• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<div class="wrapper">
2    <div class="music-list-item" for="{{value in musics}}">
3        <div style="height:400px;width:454px;flex-direction:column;">
4            <text class="content">{{$t('value.name')}}
5            </text>
6            <text class="content">{{value.name}}
7            </text>
8            <text class="content">{{$t('strings.dizziness')}}
9            </text>
10            <text class="content">{{value.singer}}
11            </text>
12        </div>
13    </div>
14</div>
15
16