From 0d2c1658029b5824392dad11f29067473df228e2 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 1 Apr 2022 00:39:39 +0200 Subject: [PATCH] feat(docs): Add auto import plugin --- docs/components/demo/Demo.vue | 3 - docs/components/home/Home.vue | 1 - docs/package.json | 1 + docs/src/.vuepress/auto-imports.d.ts | 212 +++++++++++++++++++++++++++ docs/src/.vuepress/config.ts | 7 +- docs/src/index.md | 2 - docs/tsconfig.json | 4 +- yarn.lock | 2 +- 8 files changed, 223 insertions(+), 9 deletions(-) delete mode 100644 docs/components/demo/Demo.vue create mode 100644 docs/src/.vuepress/auto-imports.d.ts diff --git a/docs/components/demo/Demo.vue b/docs/components/demo/Demo.vue deleted file mode 100644 index 90e2ad59..00000000 --- a/docs/components/demo/Demo.vue +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/docs/components/home/Home.vue b/docs/components/home/Home.vue index 4656a4f0..5b971989 100644 --- a/docs/components/home/Home.vue +++ b/docs/components/home/Home.vue @@ -1,5 +1,4 @@