We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9051e3a + 3454210 commit 332bb22Copy full SHA for 332bb22
index.html
@@ -3,17 +3,17 @@
3
4
<head>
5
<!-- Google tag (gtag.js) -->
6
- <!-- <script
+ <script
7
async
8
- src="https://www.googletagmanager.com/gtag/js?id=G-##########');"
+ src="https://www.googletagmanager.com/gtag/js?id=G-NWDTX0FMQ5"
9
></script>
10
<script>
11
window.dataLayer=window.dataLayer||[];
12
function gtag() {dataLayer.push(arguments);}
13
gtag('js',new Date());
14
15
- gtag('config','G-##########');
16
- </script> -->
+ gtag('config','G-NWDTX0FMQ5');
+ </script>
17
18
<meta charset="UTF-8" />
19
<link
@@ -29,7 +29,7 @@
29
30
<meta
31
name="description"
32
- content="Vuetify Color Field"
+ content="Vuetify Color Field is a Vuetify VTextField Color Picker Component"
33
/>
34
35
name="keywords"
0 commit comments