From 452af28957822c020d3cfcbd034b1c4a76257369 Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Sat, 19 Oct 2019 15:28:59 +0200 Subject: [PATCH] fix: small fixes --- src/containers/_nav.js | 6 +++--- src/views/base/Breadcrumbs.vue | 20 ++++++++++---------- src/views/base/Navbars.vue | 14 +++++++------- src/views/notifications/Alerts.vue | 5 +++-- src/views/notifications/Badges.vue | 2 +- src/views/notifications/Modals.vue | 6 +++--- src/views/widgets/Widgets.vue | 20 ++++++++++---------- src/views/widgets/WidgetsDropdown.vue | 2 +- 8 files changed, 38 insertions(+), 37 deletions(-) diff --git a/src/containers/_nav.js b/src/containers/_nav.js index 0ae46af0..7c469bec 100644 --- a/src/containers/_nav.js +++ b/src/containers/_nav.js @@ -10,7 +10,7 @@ export default [ icon: 'cui-speedometer', badge: { color: 'primary', - textHtml: 'NEW' + text: 'NEW' } } } @@ -296,7 +296,7 @@ export default [ icon: 'cui-star', badge: { color: 'info', - textHtml: 'NEW' + text: 'NEW' } } } @@ -374,7 +374,7 @@ export default [ icon: 'cui-calculator', badge: { color: 'primary', - textHtml: 'NEW', + text: 'NEW', pill: true } } diff --git a/src/views/base/Breadcrumbs.vue b/src/views/base/Breadcrumbs.vue index 23a80a45..5cf0bb25 100644 --- a/src/views/base/Breadcrumbs.vue +++ b/src/views/base/Breadcrumbs.vue @@ -32,51 +32,51 @@ export default { return { items: [ { - textHtml: 'Admin', + text: 'Admin', href: '#' }, { - textHtml: 'Manage', + text: 'Manage', href: '#' }, { - textHtml: 'Library' + text: 'Library' } ], items2: [ { - textHtml: 'Go to dashboard', + text: 'Go to dashboard', to: '/dashboard' }, { - textHtml: 'Go to widgets', + text: 'Go to widgets', to: '/Widgets' }, { - textHtml: 'Go to Google', + text: 'Go to Google', href: 'http://google.com' }, { - textHtml: 'Current page' + text: 'Current page' } ], items3: [ { - textHtml: 'Added', + text: 'Added', to: '#2', addClasses: 'font-xl' }, { - textHtml: 'Custom', + text: 'Custom', to: '#3', addClasses: 'font-xl' }, { - textHtml: 'Classes', + text: 'Classes', to: '#4', addClasses: 'font-xl text-danger' } diff --git a/src/views/base/Navbars.vue b/src/views/base/Navbars.vue index a6147883..4aa3cf80 100644 --- a/src/views/base/Navbars.vue +++ b/src/views/base/Navbars.vue @@ -17,10 +17,10 @@ - + NavBar @@ -87,7 +87,7 @@ - + CoreuiVue @@ -103,8 +103,8 @@ dropdown - - + + Home @@ -112,7 +112,7 @@ EN @@ -122,7 +122,7 @@ Account diff --git a/src/views/notifications/Alerts.vue b/src/views/notifications/Alerts.vue index abb3eaa1..58300166 100644 --- a/src/views/notifications/Alerts.vue +++ b/src/views/notifications/Alerts.vue @@ -125,9 +125,10 @@ class="position-absolute" color="secondary" style="right:10px;top: 50%;transform: translateY(-50%);" - textHtml="Close" @click="dismiss" - /> + > + Close + Notifications - 4 + 4 diff --git a/src/views/notifications/Modals.vue b/src/views/notifications/Modals.vue index f6b386de..b34ecb89 100644 --- a/src/views/notifications/Modals.vue +++ b/src/views/notifications/Modals.vue @@ -161,11 +161,11 @@ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. -