Commit ec7f906b authored by Alfredo Sumaran's avatar Alfredo Sumaran

Fix type casing

parent c38688a5
<script>
import TablePagination from '~/vue_shared/components/table_pagination.vue';
import tablePagination from '~/vue_shared/components/table_pagination.vue';
import eventHub from '../event_hub';
export default {
......@@ -14,7 +14,7 @@ export default {
},
},
components: {
TablePagination,
tablePagination,
},
methods: {
change(page) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment