|
3 | 3 |
|
4 | 4 | <head>
|
5 | 5 | <!-- 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> |
7 | 10 | <script>
|
8 | 11 | window.dataLayer = window.dataLayer || [];
|
9 | 12 | function gtag() { dataLayer.push(arguments); }
|
|
13 | 16 | </script>
|
14 | 17 |
|
15 | 18 | <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 | + /> |
18 | 28 | <title>Vuetify Drilldown Table</title>
|
19 | 29 |
|
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 | + /> |
28 | 54 | </head>
|
29 | 55 |
|
30 | 56 | <body>
|
31 | 57 | <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> |
33 | 75 | </body>
|
34 | 76 |
|
35 | 77 | </html>
|
0 commit comments