Skip to content

Commit

Permalink
fix: import utils
Browse files Browse the repository at this point in the history
  • Loading branch information
rakieta2015 committed Apr 6, 2020
1 parent 6e0fdda commit 482d928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coreui/src/views/dashboard/MainChartExample.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
import { Line } from 'vue-chartjs'
import { getStyle, hexToRgba } from '@coreui/coreui/dist/js/coreui-utilities'
import { getStyle, hexToRgba } from '@coreui/utils/src'
import { CustomTooltips } from '@coreui/coreui-plugin-chartjs-custom-tooltips'
import { random } from '@/shared/utils'
Expand Down
2 changes: 1 addition & 1 deletion coreui/src/views/theme/ColorView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</template>

<script>
import { rgbToHex } from '@coreui/coreui/dist/js/coreui-utilities'
import { rgbToHex } from '@coreui/utils/src'
export default {
name: 'ColorView',
data () {
Expand Down

0 comments on commit 482d928

Please sign in to comment.