Просмотр исходного кода

Fixed issue with Playlist Display on Stations Admin

theflametrooper 8 лет назад
Родитель
Сommit
39bca3f0b2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      frontend/components/Admin/Stations.vue

+ 1 - 1
frontend/components/Admin/Stations.vue

@@ -30,7 +30,7 @@
 						</td>
 						<td>
 							<div class='control'>
-								<input v-for='song in station.playlist' track-by='$index' class='input' type='text' :value='song.id' v-model='song.id'>
+								<span v-for='song in station.playlist' track-by='$index'>{{ song }}</span>
 							</p>
 						</td>
 						<td>