Merge branch 'develop' into vue3

This commit is contained in:
syuilo 2020-08-09 10:32:21 +09:00
commit 2b89707012
32 changed files with 664 additions and 458 deletions

View file

@ -19,14 +19,14 @@ import MkButton from './button.vue';
import paging from '../../scripts/paging';
export default defineComponent({
mixins: [
paging({}),
],
components: {
MkButton
},
mixins: [
paging({}),
],
props: {
pagination: {
required: true