Skip to content

Commit 333a7fc

Browse files
committed
fix: small fixes
1 parent 5a23826 commit 333a7fc

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

src/components/Dropdown/CDropdown.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import CLink from '../Link/CLink'
33
import Popper from 'popper.js'
44
import { mixin as clickaway } from 'vue-clickaway2'
5+
//path enables esm build
56
import deepObjectsMerge from '@coreui/coreui/js/src/utilities/deep-objects-merge'
67
78
export default {
@@ -12,10 +13,6 @@ export default {
1213
visible: this.show
1314
}
1415
},
15-
// mounted () {
16-
// if(this.show)
17-
// this.createPopper
18-
// },
1916
props: {
2017
buttonHtml: {
2118
type: String,

src/components/Footer/CFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
computed: {
1414
classList () {
1515
return [
16-
'c-app-footer c-footer',
16+
'c-footer',
1717
{ 'c-footer-fixed': this.fixed }
1818
]
1919
}

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ const CoreuiVue = {
1515
// Export library
1616
export default CoreuiVue
1717

18-
// Export components
19-
export * from './components';
18+
//Export components
19+
export * from './components';

0 commit comments

Comments
 (0)