mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Undo the local imports
This commit is contained in:
parent
0fcff960f7
commit
6fc203003a
@ -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: []
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user