diff --git a/README.md b/README.md index c4895c5..b133d27 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Customizable native Vue3 data grid with very limited dependencies. Leverages a f
- +

diff --git a/cspell.json b/cspell.json index e9750d3..97d99a4 100644 --- a/cspell.json +++ b/cspell.json @@ -20,6 +20,6 @@ "vuepress", "xmldocmd" ], - "ignoreWords": ["datagrid"], + "ignoreWords": ["datagrid", "Freepik"], "ignorePaths": ["**/test-data", "**/demo-data", "**tsconfig**", "./typedoc-out.json", "**/pnpm-lock.yaml"] } diff --git a/readme-src.md b/readme-src.md index e1e7922..a9b5a80 100755 --- a/readme-src.md +++ b/readme-src.md @@ -35,7 +35,7 @@
- +

diff --git a/vuepress/.vuepress/client.ts b/vuepress/.vuepress/client.ts index 0b4dedc..70533df 100755 --- a/vuepress/.vuepress/client.ts +++ b/vuepress/.vuepress/client.ts @@ -1,5 +1,6 @@ import { defineClientConfig } from '@vuepress/client' import { DataGridVue } from 'data-grid-vue' +import LandingBackground from './components/LandingBackground.vue' import DEMO from '../demo-data/DEMO_DATA' import constants from './constants' import Layout from './layouts/Layout.vue' @@ -27,6 +28,8 @@ appInsights.addTelemetryInitializer(envelope => { export default defineClientConfig({ enhance({ app, router, siteData }) { + app.component('LandingBackground', LandingBackground) + app.use(DataGridVue) app.provide('demo', DEMO) app.config.globalProperties.$dgv = constants diff --git a/vuepress/.vuepress/components/LandingBackground.vue b/vuepress/.vuepress/components/LandingBackground.vue new file mode 100644 index 0000000..1260403 --- /dev/null +++ b/vuepress/.vuepress/components/LandingBackground.vue @@ -0,0 +1,40705 @@ + + + diff --git a/vuepress/.vuepress/layouts/Layout.vue b/vuepress/.vuepress/layouts/Layout.vue index 683d9e9..aa64f98 100755 --- a/vuepress/.vuepress/layouts/Layout.vue +++ b/vuepress/.vuepress/layouts/Layout.vue @@ -27,7 +27,7 @@ !!!include(features.md)!!!