From f0fc4a355934157ee2c231e1c994a228754d2546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 12 Aug 2020 09:39:18 +0200 Subject: [PATCH] refactoring --- docs/src/components/Prism/index.vue | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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