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