mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
refactor(client): Fix order of component property
This commit is contained in:
parent
6b215cc8e8
commit
534808dd56
1 changed files with 4 additions and 4 deletions
|
@ -19,14 +19,14 @@ import MkButton from './button.vue';
|
||||||
import paging from '../../scripts/paging';
|
import paging from '../../scripts/paging';
|
||||||
|
|
||||||
export default Vue.extend({
|
export default Vue.extend({
|
||||||
mixins: [
|
|
||||||
paging({}),
|
|
||||||
],
|
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
MkButton
|
MkButton
|
||||||
},
|
},
|
||||||
|
|
||||||
|
mixins: [
|
||||||
|
paging({}),
|
||||||
|
],
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
pagination: {
|
pagination: {
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue