Browse Source

新用户引导

zhoujump 4 weeks ago
parent
commit
4e7714667d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/components/interactiveGuide.vue

+ 5 - 1
src/views/components/interactiveGuide.vue

@@ -17,11 +17,15 @@ export default Vue.extend({
         }
       ]
     }
+  },
+  methods: {
+
   }
 })
 </script>
+<template>
 
-<template />
+</template>
 
 <style scoped>