Skip to content

Commit fa940bb

Browse files
Updating info
1 parent 20c3e14 commit fa940bb

File tree

2 files changed

+55
-12
lines changed

2 files changed

+55
-12
lines changed

index.html

Lines changed: 50 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,63 @@
22
<html lang="en">
33

44
<head>
5+
<!-- Google tag (gtag.js) -->
6+
<script
7+
async
8+
src="https://www.googletagmanager.com/gtag/js?id=G-Q0DZ3L5W1C"
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-Q0DZ3L5W1C');
16+
</script>
17+
518
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/vuetify-logo.svg" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
19+
<link
20+
rel="icon"
21+
type="image/svg+xml"
22+
href="/vuetify-logo.svg"
23+
/>
24+
<meta
25+
name="viewport"
26+
content="width=device-width, initial-scale=1.0"
27+
/>
828
<title>Vuetify Inline Fields</title>
929

10-
<meta name="description"
11-
content="" />
12-
<meta name="keywords"
13-
content="" />
14-
<meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies!" />
15-
<meta name="robots" content="index, follow" />
16-
<meta name="googlebot" content="index, follow" />
17-
<meta name="theme-color" content="#0d47a1" />
30+
<meta
31+
name="description"
32+
content="Vuetify's Inline Form Fields Component Library offers a comprehensive collection of reusable UI components designed to create elegant and efficient inline form fields within your applications. With seamless integration into Vuetify's UI framework and a wide range of customizable options, developers can effortlessly incorporate inline fields that perfectly align with their application's needs."
33+
/>
34+
<meta
35+
name="keywords"
36+
content="vuetify-inline-fields, vuetify, vuetify3, checkbox, select, switch, text-field, textarea, vue, vue3, component, javascript, typescript, webdevnerdstuff, wdns"
37+
/>
38+
<meta
39+
name="author"
40+
content="WebDevNerdStuff & Bunnies... lots and lots of bunnies!"
41+
/>
42+
<meta
43+
name="robots"
44+
content="index, follow"
45+
/>
46+
<meta
47+
name="googlebot"
48+
content="index, follow"
49+
/>
50+
<meta
51+
name="theme-color"
52+
content="#0d47a1"
53+
/>
1854
</head>
1955

2056
<body>
2157
<div id="app"></div>
22-
<script type="module" src="/src/main.ts"></script>
58+
<script
59+
type="module"
60+
src="/src/main.ts"
61+
></script>
2362
</body>
2463

2564
</html>

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@
5050
"vuetify-inline-fields",
5151
"vuetify",
5252
"vuetify3",
53-
"api",
53+
"checkbox",
54+
"select",
55+
"switch",
56+
"text-field",
57+
"textarea",
5458
"vue",
5559
"vue3",
5660
"component",

0 commit comments

Comments
 (0)