From 64a01dca9b6d540f30f99e004e26756844110106 Mon Sep 17 00:00:00 2001
From: 63e2fe3146941e4a09ab5517 <63e2fe3146941e4a09ab5517@devide>
Date: Mon, 10 Jul 2023 02:14:33 +0000
Subject: [PATCH] Auto Commit
---
src/components/TheWelcome.vue | 84 -----------------------------------
src/types/components.d.ts | 1 -
2 files changed, 85 deletions(-)
delete mode 100644 src/components/TheWelcome.vue
diff --git a/src/components/TheWelcome.vue b/src/components/TheWelcome.vue
deleted file mode 100644
index d3d2e7a..0000000
--- a/src/components/TheWelcome.vue
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
-
- Documentation
-
- Vue’s
- official documentation
- provides you with all information you need to get started.
-
-
-
-
-
-
- Tooling
-
- This project is served and bundled with
- Vite. The recommended IDE
- setup is VSCode +
- Volar. If you need to test
- your components and web pages, check out
- Cypress and
- Cypress Component Testing.
-
-
-
- More instructions are available in README.md.
-
-
-
-
-
-
- Ecosystem
-
- Get official tools and libraries for your project:
- Pinia,
- Vue Router,
- Vue Test Utils, and
- Vue Dev Tools. If you need more
- resources, we suggest paying
- Awesome Vue
- a visit.
-
-
-
-
-
-
- Community
-
- Got stuck? Ask your question on
- Vue Land, our official Discord server, or
- StackOverflow.
- You should also subscribe to
- our mailing list and follow the official
- @vuejs
- twitter account for latest news in the Vue world.
-
-
-
-
-
-
- Support Vue
-
- As an independent project, Vue relies on community backing for its sustainability. You can help
- us by
- becoming a sponsor.
-
-
diff --git a/src/types/components.d.ts b/src/types/components.d.ts
index 36a825f..f03799d 100644
--- a/src/types/components.d.ts
+++ b/src/types/components.d.ts
@@ -20,7 +20,6 @@ declare module '@vue/runtime-core' {
RefreshList: typeof import('./../components/refreshList/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
- TheWelcome: typeof import('./../components/TheWelcome.vue')['default']
VanButton: typeof import('vant/es')['Button']
VanCell: typeof import('vant/es')['Cell']
VanCellGroup: typeof import('vant/es')['CellGroup']
--
GitLab