Commit ec7f906b authored by Alfredo Sumaran's avatar Alfredo Sumaran

Fix type casing

parent c38688a5
<script> <script>
import TablePagination from '~/vue_shared/components/table_pagination.vue'; import tablePagination from '~/vue_shared/components/table_pagination.vue';
import eventHub from '../event_hub'; import eventHub from '../event_hub';
export default { export default {
...@@ -14,7 +14,7 @@ export default { ...@@ -14,7 +14,7 @@ export default {
}, },
}, },
components: { components: {
TablePagination, tablePagination,
}, },
methods: { methods: {
change(page) { 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