mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 14:05:12 +00:00
refactor(client): Fix order of component property
This commit is contained in:
parent
9008664606
commit
7bb8d8b27e
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue