Skip to content
Snippets Groups Projects
Commit 7bb8d8b2 authored by syuilo's avatar syuilo
Browse files

refactor(client): Fix order of component property

parent 90086646
No related branches found
No related tags found
No related merge requests found
......@@ -19,14 +19,14 @@ import MkButton from './button.vue';
import paging from '../../scripts/paging';
export default Vue.extend({
mixins: [
paging({}),
],
components: {
MkButton
},
mixins: [
paging({}),
],
props: {
pagination: {
required: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment