remove unused code
This commit is contained in:
parent
6a86f78837
commit
7d223ad281
2 changed files with 0 additions and 32 deletions
|
@ -115,7 +115,6 @@ export class BrowserWindow {
|
|||
"components/artist-chip",
|
||||
"components/hello-world",
|
||||
"components/inline-collection-list",
|
||||
"components/radio-child",
|
||||
],
|
||||
appRoutes: [
|
||||
{
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
<script type="text/x-template" id="radio-child">
|
||||
<div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h3>{{ item.title }}</h3>
|
||||
</div>
|
||||
</div>
|
||||
<mediaitem-square :item="station" v-for="station in item.data"></mediaitem-square>
|
||||
|
||||
<!-- <mediaitem-scroller-horizontal-sp-->
|
||||
<!-- :withReason="index==0"-->
|
||||
<!-- :items="recom.relationships.contents.data.limit(10)"></mediaitem-scroller-horizontal-sp>-->
|
||||
</div>
|
||||
</script>
|
||||
<script>
|
||||
Vue.component('radio-child', {
|
||||
template: "#radio-child",
|
||||
props: ["item"],
|
||||
data: function () {
|
||||
return {
|
||||
isVisible: true,
|
||||
app: this.$root
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
visibilityChanged: function (isVisible, entry) {
|
||||
// this.isVisible = isVisible
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue