diff --git a/package.json b/package.json
index 28a2da5a..b071e0b0 100644
--- a/package.json
+++ b/package.json
@@ -18,9 +18,6 @@
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
- "config": {
- "coreui_library_short_version": "4.1"
- },
"dependencies": {
"@coreui/chartjs": "^3.0.0",
"@coreui/coreui": "^4.2.3",
diff --git a/src/components/DocsCallout.vue b/src/components/DocsCallout.vue
deleted file mode 100644
index 59a495a5..00000000
--- a/src/components/DocsCallout.vue
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
- {{
- content
- ? content
- : `A Vue ${name} component ${
- plural ? 'have' : 'has'
- } been created as a native Vue.js version
- of Bootstrap ${name}. ${name} ${
- plural ? 'are' : 'is'
- } delivered with some new features,
- variants, and unique design that matches CoreUI Design System requirements.`
- }}
-
-
- For more information please visit our official
-
- documentation of CoreUI Components Library for Vue.js
-
- .
-
-
-
-
diff --git a/src/components/DocsExample.vue b/src/components/DocsExample.vue
index ba72828c..6fa8aa46 100644
--- a/src/components/DocsExample.vue
+++ b/src/components/DocsExample.vue
@@ -22,7 +22,6 @@