Skip to content

Commit 6f2cafd

Browse files
coffee
1 parent 4449890 commit 6f2cafd

File tree

2 files changed

+55
-12
lines changed

2 files changed

+55
-12
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
buy_me_a_coffee: webdevnerdstuff
12
custom: ["paypal.me/webdevnerdstuff"]
23
patreon: webdevnerdstuff

index.html

Lines changed: 54 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
<head>
55
<!-- Google tag (gtag.js) -->
6-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E33J8HFMVS"></script>
6+
<script
7+
async
8+
src="https://www.googletagmanager.com/gtag/js?id=G-E33J8HFMVS"
9+
></script>
710
<script>
811
window.dataLayer = window.dataLayer || [];
912
function gtag() { dataLayer.push(arguments); }
@@ -13,23 +16,62 @@
1316
</script>
1417

1518
<meta charset="UTF-8" />
16-
<link rel="icon" type="image/svg+xml" href="/vuetify-logo.svg" />
17-
<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+
/>
1828
<title>Vuetify Drilldown Table</title>
1929

20-
<meta name="description"
21-
content="The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's VDataTable and VDataTableServer. It provides a recursive table structure, allowing you to display hierarchical data in a nested format." />
22-
<meta name="keywords"
23-
content="vuetify-drilldown-table, VDrilldownTable, v-drilldown-table, v-data-table, VDataTable, VDataTableServer, drilldown table, vuetify, vuetify3, api,drawer, resize, resizable, vue, vue3, component, javascript, typescript, webdevnerdstuff, wdns" />
24-
<meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies!" />
25-
<meta name="robots" content="index, follow" />
26-
<meta name="googlebot" content="index, follow" />
27-
<meta name="theme-color" content="#0d47a1" />
30+
<meta
31+
name="description"
32+
content="The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's VDataTable and VDataTableServer. It provides a recursive table structure, allowing you to display hierarchical data in a nested format."
33+
/>
34+
<meta
35+
name="keywords"
36+
content="vuetify-drilldown-table, VDrilldownTable, v-drilldown-table, v-data-table, VDataTable, VDataTableServer, drilldown table, vuetify, vuetify3, api,drawer, resize, resizable, 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+
/>
2854
</head>
2955

3056
<body>
3157
<div id="app"></div>
32-
<script type="module" src="/src/main.ts"></script>
58+
<script
59+
type="module"
60+
src="/src/main.ts"
61+
></script>
62+
63+
<script
64+
data-name="BMC-Widget"
65+
data-cfasync="false"
66+
src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
67+
data-id="webdevnerdstuff"
68+
data-description="Support me on Buy me a coffee!"
69+
data-message=""
70+
data-color="#1976d2"
71+
data-position="Right"
72+
data-x_margin="18"
73+
data-y_margin="18"
74+
></script>
3375
</body>
3476

3577
</html>

0 commit comments

Comments
 (0)