From 24fc8f755ac0f55f3c67d27e0bddf2e811b62668 Mon Sep 17 00:00:00 2001 From: tortorse Date: Thu, 21 Mar 2024 01:51:16 +0800 Subject: [PATCH] chore: correct the spelling of col-span to colspan (#417) --- apps/www/src/examples/tasks/components/DataTable.vue | 2 +- apps/www/src/lib/registry/default/example/Cards/DataTable.vue | 2 +- .../lib/registry/default/example/DataTableColumnPinningDemo.vue | 2 +- apps/www/src/lib/registry/default/example/DataTableDemo.vue | 2 +- apps/www/src/lib/registry/new-york/example/Cards/DataTable.vue | 2 +- .../registry/new-york/example/DataTableColumnPinningDemo.vue | 2 +- apps/www/src/lib/registry/new-york/example/DataTableDemo.vue | 2 +- apps/www/src/public/registry/styles/default/data-table.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/www/src/examples/tasks/components/DataTable.vue b/apps/www/src/examples/tasks/components/DataTable.vue index f47703f8..4730b371 100644 --- a/apps/www/src/examples/tasks/components/DataTable.vue +++ b/apps/www/src/examples/tasks/components/DataTable.vue @@ -91,7 +91,7 @@ const table = useVueTable({ No results. diff --git a/apps/www/src/lib/registry/default/example/Cards/DataTable.vue b/apps/www/src/lib/registry/default/example/Cards/DataTable.vue index 3ca63e61..d66b9faa 100644 --- a/apps/www/src/lib/registry/default/example/Cards/DataTable.vue +++ b/apps/www/src/lib/registry/default/example/Cards/DataTable.vue @@ -221,7 +221,7 @@ const table = useVueTable({ No results. diff --git a/apps/www/src/lib/registry/default/example/DataTableColumnPinningDemo.vue b/apps/www/src/lib/registry/default/example/DataTableColumnPinningDemo.vue index 55f8fedb..4f1b0501 100644 --- a/apps/www/src/lib/registry/default/example/DataTableColumnPinningDemo.vue +++ b/apps/www/src/lib/registry/default/example/DataTableColumnPinningDemo.vue @@ -233,7 +233,7 @@ const table = useVueTable({ No results. diff --git a/apps/www/src/lib/registry/default/example/DataTableDemo.vue b/apps/www/src/lib/registry/default/example/DataTableDemo.vue index 4a128efa..bdef08f8 100644 --- a/apps/www/src/lib/registry/default/example/DataTableDemo.vue +++ b/apps/www/src/lib/registry/default/example/DataTableDemo.vue @@ -214,7 +214,7 @@ const table = useVueTable({ No results. diff --git a/apps/www/src/lib/registry/new-york/example/Cards/DataTable.vue b/apps/www/src/lib/registry/new-york/example/Cards/DataTable.vue index c51b0c47..b725a4ac 100644 --- a/apps/www/src/lib/registry/new-york/example/Cards/DataTable.vue +++ b/apps/www/src/lib/registry/new-york/example/Cards/DataTable.vue @@ -221,7 +221,7 @@ const table = useVueTable({ No results. diff --git a/apps/www/src/lib/registry/new-york/example/DataTableColumnPinningDemo.vue b/apps/www/src/lib/registry/new-york/example/DataTableColumnPinningDemo.vue index 48eef18e..64abd8c6 100644 --- a/apps/www/src/lib/registry/new-york/example/DataTableColumnPinningDemo.vue +++ b/apps/www/src/lib/registry/new-york/example/DataTableColumnPinningDemo.vue @@ -233,7 +233,7 @@ const table = useVueTable({ No results. diff --git a/apps/www/src/lib/registry/new-york/example/DataTableDemo.vue b/apps/www/src/lib/registry/new-york/example/DataTableDemo.vue index 4f22cf18..81bef3a1 100644 --- a/apps/www/src/lib/registry/new-york/example/DataTableDemo.vue +++ b/apps/www/src/lib/registry/new-york/example/DataTableDemo.vue @@ -214,7 +214,7 @@ const table = useVueTable({ No results. diff --git a/apps/www/src/public/registry/styles/default/data-table.json b/apps/www/src/public/registry/styles/default/data-table.json index f1366992..0ca7c3f3 100644 --- a/apps/www/src/public/registry/styles/default/data-table.json +++ b/apps/www/src/public/registry/styles/default/data-table.json @@ -7,7 +7,7 @@ "files": [ { "name": "DataTable.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "index.ts",