Stephen Ark 6 anni fa
parent
commit
64f20c719a
1 ha cambiato i file con 22 aggiunte e 0 eliminazioni
  1. 22 0
      sourcecode/h5app/vue/src/views/me.vue

+ 22 - 0
sourcecode/h5app/vue/src/views/me.vue

@@ -0,0 +1,22 @@
+<template>
+    <div>
+        <h1>me</h1>
+    </div>
+</template>
+
+<script>
+    // import TabBar from "../components/TabBar";
+    export default {
+        name: "me",
+        // components: {TabBar},
+        // methods: {
+        //     change_a() {
+        //         this.$refs.tb.activeI = "1";
+        //     }
+        // }
+    }
+</script>
+
+<style scoped>
+
+</style>