File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2
2
import CLink from ' ../Link/CLink'
3
3
import Popper from ' popper.js'
4
4
import { mixin as clickaway } from ' vue-clickaway2'
5
+ // path enables esm build
5
6
import deepObjectsMerge from ' @coreui/coreui/js/src/utilities/deep-objects-merge'
6
7
7
8
export default {
@@ -12,10 +13,6 @@ export default {
12
13
visible: this .show
13
14
}
14
15
},
15
- // mounted () {
16
- // if(this.show)
17
- // this.createPopper
18
- // },
19
16
props: {
20
17
buttonHtml: {
21
18
type: String ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default {
13
13
computed: {
14
14
classList () {
15
15
return [
16
- ' c-app-footer c- footer' ,
16
+ ' c-footer' ,
17
17
{ ' c-footer-fixed' : this .fixed }
18
18
]
19
19
}
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ const CoreuiVue = {
15
15
// Export library
16
16
export default CoreuiVue
17
17
18
- // Export components
19
- export * from './components' ;
18
+ //Export components
19
+ export * from './components' ;
You can’t perform that action at this time.
0 commit comments