9 lines
416 B
Text
9 lines
416 B
Text
<template v-if="page == 'zoo'">
|
|
<div class="content-inner">
|
|
<h3>Welcome to element park. *BERR NERR NERR NERR NERRRRR BERR NER NER NER NERRR BERRR NR NR NRRRR*</h3>
|
|
<button @click="app.playMediaItemById('1592151778', 'album')">Play Test Album</button>
|
|
{{ $store.state.test }}
|
|
<div class="spinner"></div>
|
|
<button class="md-btn">Cider Button</button>
|
|
</div>
|
|
</template>
|