Added dev debug placheolder component

This commit is contained in:
Roman Cervantes 2019-04-25 11:45:42 -07:00
parent 07b446d817
commit 21be1e0cd5

View file

@ -82,6 +82,8 @@
@scroll="scroll"
/>
</template>
<!-- <dev-debug /> -->
</div>
</template>
@ -92,6 +94,7 @@ import ListAdd from '@/components/Lists/ListAdd';
import Panel from '@/components/Panel/Panel';
import GameDetail from '@/pages/GameDetail';
import Modal from '@/components/Modal/Modal';
// import DevDebug from '@/components/DevDebug/DevDebug';
import List from '@/components/GameBoard/List';
import draggable from 'vuedraggable';
import { mapState, mapGetters } from 'vuex';
@ -104,6 +107,7 @@ export default {
components: {
draggable,
List,
// DevDebug,
ListActions,
GameBoardPlaceholder,
ListAdd,