diff --git a/.vitepress/theme/index.ts b/.vitepress/theme/index.ts index b74ea9c..bcfb04a 100644 --- a/.vitepress/theme/index.ts +++ b/.vitepress/theme/index.ts @@ -1,10 +1,7 @@ import type { Theme } from 'vitepress'; import { enhanceAppWithTabs } from 'vitepress-plugin-tabs/client'; import DefaultTheme from 'vitepress/theme'; - -// https://vitepress.dev/guide/custom-theme import { h } from 'vue'; - import CsvTable from '@/components/CsvTable.vue'; import './style.css'; diff --git a/components/CsvTable.vue b/components/CsvTable.vue index f840757..a8292c3 100644 --- a/components/CsvTable.vue +++ b/components/CsvTable.vue @@ -1,20 +1,13 @@ -