refactor: adjust widgets to library component changes

This commit is contained in:
woothu
2019-06-24 14:40:18 +02:00
parent a87d4266e7
commit f4a35cffc2
4 changed files with 81 additions and 111 deletions
+3 -3
View File
@@ -82,7 +82,7 @@
</CRow>
</CCardFooter>
</CCard>
<WidgetsSocial/>
<WidgetsBrand/>
<CRow>
<CCol md="12">
<CCard header-html="Traffic &amp; Sales" body-wrapper>
@@ -451,7 +451,7 @@
<script>
import MainChartExample from './charts/MainChartExample'
import WidgetsDropdown from './widgets/WidgetsDropdown'
import WidgetsSocial from './widgets/WidgetsSocial'
import WidgetsBrand from './widgets/WidgetsBrand'
import CChartLineSimple from './charts/CChartLineSimple'
export default {
@@ -459,7 +459,7 @@ export default {
components: {
MainChartExample,
WidgetsDropdown,
WidgetsSocial,
WidgetsBrand,
CChartLineSimple
},
data () {