mirror of
https://github.com/romancm/gamebrary
synced 2024-11-30 15:09:08 +00:00
Added dev debug placheolder component
This commit is contained in:
parent
07b446d817
commit
21be1e0cd5
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,8 @@
|
||||||
@scroll="scroll"
|
@scroll="scroll"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<!-- <dev-debug /> -->
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -92,6 +94,7 @@ import ListAdd from '@/components/Lists/ListAdd';
|
||||||
import Panel from '@/components/Panel/Panel';
|
import Panel from '@/components/Panel/Panel';
|
||||||
import GameDetail from '@/pages/GameDetail';
|
import GameDetail from '@/pages/GameDetail';
|
||||||
import Modal from '@/components/Modal/Modal';
|
import Modal from '@/components/Modal/Modal';
|
||||||
|
// import DevDebug from '@/components/DevDebug/DevDebug';
|
||||||
import List from '@/components/GameBoard/List';
|
import List from '@/components/GameBoard/List';
|
||||||
import draggable from 'vuedraggable';
|
import draggable from 'vuedraggable';
|
||||||
import { mapState, mapGetters } from 'vuex';
|
import { mapState, mapGetters } from 'vuex';
|
||||||
|
@ -104,6 +107,7 @@ export default {
|
||||||
components: {
|
components: {
|
||||||
draggable,
|
draggable,
|
||||||
List,
|
List,
|
||||||
|
// DevDebug,
|
||||||
ListActions,
|
ListActions,
|
||||||
GameBoardPlaceholder,
|
GameBoardPlaceholder,
|
||||||
ListAdd,
|
ListAdd,
|
||||||
|
|
Loading…
Reference in a new issue