From 5ee0f8ecd0d5aaa1f6ef2365479d8f9197718a9e Mon Sep 17 00:00:00 2001 From: icelandld815 Date: Thu, 14 Nov 2024 14:12:16 +0800 Subject: [PATCH 1/3] Update main.js --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index bf8b8e5f..7f78f2e8 100644 --- a/src/main.js +++ b/src/main.js @@ -17,4 +17,4 @@ app.provide('icons', icons) app.component('CIcon', CIcon) app.component('DocsExample', DocsExample) -app.mount('#app') +app.mount('app') From 64eb69593b7c2663058ad9aa751c386ee3180d72 Mon Sep 17 00:00:00 2001 From: icelandld815 Date: Thu, 14 Nov 2024 14:21:09 +0800 Subject: [PATCH 2/3] Create .coderabbit.yaml --- .coderabbit.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000..ed837274 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +language: "en-US" +early_access: false +reviews: + profile: "chill" + request_changes_workflow: false + high_level_summary: true + poem: true + review_status: true + collapse_walkthrough: false + auto_review: + enabled: true + drafts: false +chat: + auto_reply: true From 4a632233ab9445c528fbe092bc50e14bcdf4d0d3 Mon Sep 17 00:00:00 2001 From: icelandld815 Date: Thu, 14 Nov 2024 14:28:38 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f043636a..310cf82c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all! ## Table of Contents - + * [Versions](#versions) * [CoreUI PRO](#coreui-pro) * [CoreUI PRO Vue Admin Templates](#coreui-pro-vue-admin-templates)