diff --git a/docs/src/components/Prism/index.vue b/docs/src/components/Prism/index.vue index 598ecf6e..5deb2bd2 100644 --- a/docs/src/components/Prism/index.vue +++ b/docs/src/components/Prism/index.vue @@ -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') - }, } - - - \ No newline at end of file + \ No newline at end of file