Ver Fonte

新用户引导

zhoujump há 4 semanas atrás
pai
commit
4e7714667d
1 ficheiros alterados com 5 adições e 1 exclusões
  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>