From 835e72f2b99bf68edf5f76ab7c1d7fcb16310a0e Mon Sep 17 00:00:00 2001 From: Freeze455 Date: Tue, 17 Aug 2021 01:58:04 +0200 Subject: [PATCH] :construction: Feat : Implement Hightlight --- src/components/Hightlight.vue | 26 ++++++++++++++++++++++++++ src/main.ts | 2 -- src/templates/modules/default/Home.vue | 8 +++++--- 3 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 src/components/Hightlight.vue diff --git a/src/components/Hightlight.vue b/src/components/Hightlight.vue new file mode 100644 index 0000000..18c2e73 --- /dev/null +++ b/src/components/Hightlight.vue @@ -0,0 +1,26 @@ + + + \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index 959c112..43e4ab8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -14,8 +14,6 @@ const router = createRouter({ ] }) -console.log(router.getRoutes()) - createApp(App) .use(router) .mount('#app') diff --git a/src/templates/modules/default/Home.vue b/src/templates/modules/default/Home.vue index 2df1aeb..f230515 100644 --- a/src/templates/modules/default/Home.vue +++ b/src/templates/modules/default/Home.vue @@ -3,7 +3,6 @@

A fully featured typescript framework for Discord.js

- AdonisJS includes everything you need to build a fully functional web application or API server. Don't waste hours downloading and assembling hundreds of packages - use Factory and get productive now. Discord Factory includes everything you need to create your discord bots. Don't reinvent the wheel, leverage it

@@ -23,8 +22,11 @@

+
+ +
- \ No newline at end of file