refactoring

This commit is contained in:
Philipp Kühn
2020-08-12 09:39:18 +02:00
parent eeac0fce37
commit f0fc4a3559

View File

@@ -33,7 +33,6 @@ export default {
methods: { methods: {
highlightCode() { highlightCode() {
Prism.highlightAllUnder(this.$el) Prism.highlightAllUnder(this.$el)
} }
}, },
@@ -41,13 +40,5 @@ export default {
mounted() { mounted() {
this.highlightCode() this.highlightCode()
}, },
beforeDestroy() {
console.log('JOOOO')
},
} }
</script> </script>
<style>
</style>