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 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) 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')