We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff9dea commit 651e936Copy full SHA for 651e936
packages/v-pagination/src/pagination.js
@@ -79,6 +79,10 @@ export default{
79
'jumper': <jumper onJumpPageHandler={this.jumpPageHandler}></jumper>
80
}
81
82
+ // https://github.com/ElemeFE/element/issues/10033
83
+ // https://github.com/ElemeFE/element/issues/9587
84
+ template.children = template.children || [];
85
+
86
this.layout.forEach(item => {
87
template.children.push(comps[item]);
88
})
0 commit comments