zhoujump 4 týždňov pred
rodič
commit
4e7714667d
1 zmenil súbory, kde vykonal 5 pridanie a 1 odobranie
  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>