From 09410721093d5a3dadb03cae9afd43bdf617df6e Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Sat, 18 Mar 2023 15:51:02 -0700 Subject: [PATCH] Adding google analytics to demo page --- dist/vue3-code-block.es.js | 2 +- dist/vue3-code-block.js | 2 +- index.html | 12 +++++++----- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dist/vue3-code-block.es.js b/dist/vue3-code-block.es.js index e669176..01fa2c9 100644 --- a/dist/vue3-code-block.es.js +++ b/dist/vue3-code-block.es.js @@ -1,6 +1,6 @@ /** * @name vue3-code-block - * @version 1.0.14 + * @version 1.0.15 * @description Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS. * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, WebDevNerdStuff diff --git a/dist/vue3-code-block.js b/dist/vue3-code-block.js index 527c379..9610006 100644 --- a/dist/vue3-code-block.js +++ b/dist/vue3-code-block.js @@ -1,6 +1,6 @@ /** * @name vue3-code-block - * @version 1.0.14 + * @version 1.0.15 * @description Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS. * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, WebDevNerdStuff diff --git a/index.html b/index.html index 1b40d7f..8a7aa17 100644 --- a/index.html +++ b/index.html @@ -3,20 +3,21 @@ - + gtag('config', 'G-79JKH4L3SC'); + Vue 3 CodeBlock - + @@ -27,7 +28,8 @@ - +