From b48b7d40724946594cbc7d0e78f737a4644ff78a Mon Sep 17 00:00:00 2001 From: Freeze455 Date: Tue, 17 Aug 2021 09:27:09 +0200 Subject: [PATCH] :construction: Create Prism component --- src/components/CodeHighlight.vue | 226 +++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 src/components/CodeHighlight.vue diff --git a/src/components/CodeHighlight.vue b/src/components/CodeHighlight.vue new file mode 100644 index 0000000..8abfb97 --- /dev/null +++ b/src/components/CodeHighlight.vue @@ -0,0 +1,226 @@ + + + + + \ No newline at end of file