16a23e08bSopenharmony_ci/*
26a23e08bSopenharmony_ci * Copyright (c) 2021 Huawei Device Co., Ltd.
36a23e08bSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
46a23e08bSopenharmony_ci * you may not use this file except in compliance with the License.
56a23e08bSopenharmony_ci * You may obtain a copy of the License at
66a23e08bSopenharmony_ci *
76a23e08bSopenharmony_ci *     http://www.apache.org/licenses/LICENSE-2.0
86a23e08bSopenharmony_ci *
96a23e08bSopenharmony_ci * Unless required by applicable law or agreed to in writing, software
106a23e08bSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
116a23e08bSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126a23e08bSopenharmony_ci * See the License for the specific language governing permissions and
136a23e08bSopenharmony_ci * limitations under the License.
146a23e08bSopenharmony_ci */
156a23e08bSopenharmony_ci
166a23e08bSopenharmony_ci{
176a23e08bSopenharmony_ci  "data": {
186a23e08bSopenharmony_ci    "musics": [
196a23e08bSopenharmony_ci      {
206a23e08bSopenharmony_ci        "name": "Song1",
216a23e08bSopenharmony_ci        "singer": "player1"
226a23e08bSopenharmony_ci      },
236a23e08bSopenharmony_ci      {
246a23e08bSopenharmony_ci        "name": "Song2",
256a23e08bSopenharmony_ci        "singer": "player2"
266a23e08bSopenharmony_ci      },
276a23e08bSopenharmony_ci      {
286a23e08bSopenharmony_ci        "name": "Song3",
296a23e08bSopenharmony_ci        "singer": "player3"
306a23e08bSopenharmony_ci      },
316a23e08bSopenharmony_ci      {
326a23e08bSopenharmony_ci        "name": "Song4",
336a23e08bSopenharmony_ci        "singer": "player4"
346a23e08bSopenharmony_ci      },
356a23e08bSopenharmony_ci      {
366a23e08bSopenharmony_ci        "name": "Song5",
376a23e08bSopenharmony_ci        "singer": "player5"
386a23e08bSopenharmony_ci      },
396a23e08bSopenharmony_ci      {
406a23e08bSopenharmony_ci        "name": "Song6",
416a23e08bSopenharmony_ci        "singer": "player6"
426a23e08bSopenharmony_ci      },
436a23e08bSopenharmony_ci      {
446a23e08bSopenharmony_ci        "name": "Song7",
456a23e08bSopenharmony_ci        "singer": "player7"
466a23e08bSopenharmony_ci      },
476a23e08bSopenharmony_ci      {
486a23e08bSopenharmony_ci        "name": "Song8",
496a23e08bSopenharmony_ci        "singer": "player8"
506a23e08bSopenharmony_ci      }
516a23e08bSopenharmony_ci    ]
526a23e08bSopenharmony_ci  },
536a23e08bSopenharmony_ci  "render": "function (vm) { var _vm = vm || this; var i18ns = []; i18ns.push( _vm.$t('strings.dizziness') ); return _c('div', {'staticClass' : [\"wrapper\"]} , [_l((function () {return _vm.musics}),function(value,$idx){return _c('div', {'staticClass' : [\"music-list-item\"]} , [_c('div', {'staticStyle' : {'height' : 400,'width' : 454,'flexDirection' : \"column\"}, } , [_c('text', {'attrs' : {'value' : function () {return _vm.$t('value.name')}},'staticClass' : [\"content\"]} ),_c('text', {'attrs' : {'value' : function () {return value.name}},'staticClass' : [\"content\"]} ),_c('text', {'attrs' : {'value' : i18ns[0]},'staticClass' : [\"content\"]} ),_c('text', {'attrs' : {'value' : function () {return value.singer}},'staticClass' : [\"content\"]} )] )] )})] ) }",
546a23e08bSopenharmony_ci  "styleSheet": {
556a23e08bSopenharmony_ci    "classSelectors": {
566a23e08bSopenharmony_ci      "content": {
576a23e08bSopenharmony_ci        "fontSize": 30,
586a23e08bSopenharmony_ci        "height": 50,
596a23e08bSopenharmony_ci        "textAlign": "center",
606a23e08bSopenharmony_ci        "width": 454
616a23e08bSopenharmony_ci      },
626a23e08bSopenharmony_ci      "music-list-item": {
636a23e08bSopenharmony_ci        "height": 300,
646a23e08bSopenharmony_ci        "width": 454
656a23e08bSopenharmony_ci      },
666a23e08bSopenharmony_ci      "wrapper": {
676a23e08bSopenharmony_ci        "flexDirection": "column",
686a23e08bSopenharmony_ci        "height": 3000,
696a23e08bSopenharmony_ci        "width": 454
706a23e08bSopenharmony_ci      }
716a23e08bSopenharmony_ci    }
726a23e08bSopenharmony_ci  }
736a23e08bSopenharmony_ci}