|
@@ -1,13 +1,22 @@
|
|
|
<template>
|
|
|
- <div class="app-container"></div>
|
|
|
+ <view class="app-container">
|
|
|
+
|
|
|
+ </view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
export default {
|
|
|
- created() {
|
|
|
- window.location.href = "https://ohplay.radio1964.net/guide"
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ created(){
|
|
|
+ window.location.href = 'https://ohplay.radio1964.net/guide'
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss" scoped></style>
|
|
|
+<style lang="scss">
|
|
|
+
|
|
|
+</style>
|