Undo the local imports

This commit is contained in:
Robert Schäfer 2018-12-12 18:01:04 +01:00
parent 0fcff960f7
commit 6fc203003a
2 changed files with 0 additions and 12 deletions

View File

@ -20,16 +20,8 @@
<script>
import gql from 'graphql-tag'
import DsCard from '@@/components/typography/Heading/Heading.vue'
import DsHeading from '@@/components/layout/Card/Card.vue'
import DsTable from '@@/components/data-display/Table/Table.vue'
export default {
components: {
'ds-card': DsCard,
'ds-heading': DsHeading,
'ds-table': DsTable
},
data() {
return {
Category: []

View File

@ -49,16 +49,12 @@
<script>
import startCase from 'lodash/startCase'
import DsTableHeadCol from './TableHeadCol.vue'
/**
* Used in combination with the table row to create data tables.
* @version 1.0.0
*/
export default {
components: {
'ds-table-head-col': DsTableHeadCol
},
name: 'DsTable',
provide() {
return {