DESKTOP-O04BTUJ\muzen před 3 roky
rodič
revize
95817a7083
1 změnil soubory, kde provedl 22 přidání a 0 odebrání
  1. 22 0
      src/pages/about/index.vue

+ 22 - 0
src/pages/about/index.vue

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