mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +00:00
More renaming
This commit is contained in:
parent
4a2fc760ee
commit
6f27042085
1 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
<b-row v-if="list" no-gutters>
|
||||
<b-col cols="6" class="d-none d-sm-block">
|
||||
<div :style="boardStyles" class="p-3 list-preview d-flex justify-content-center">
|
||||
<game-list :list="list" preview />
|
||||
<kanban-list :list="list" preview />
|
||||
</div>
|
||||
</b-col>
|
||||
|
||||
|
@ -219,13 +219,13 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import GameList from '@/components/Lists/GameList';
|
||||
import KanbanList from '@/components/Lists/KanbanList';
|
||||
|
||||
import { mapState } from 'vuex';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
GameList,
|
||||
KanbanList,
|
||||
},
|
||||
|
||||
data() {
|
||||
|
|
Loading…
Reference in a new issue