فهرست منبع

Pagination: fix a potential exception with new deps

Leopoldthecoder 7 سال پیش
والد
کامیت
b3062de0d2
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      packages/pagination/src/pagination.js

+ 2 - 0
packages/pagination/src/pagination.js

@@ -74,6 +74,8 @@ export default {
     const rightWrapper = <div class="el-pagination__rightwrapper"></div>;
     let haveRightWrapper = false;
 
+    template.children = template.children || [];
+    rightWrapper.children = rightWrapper.children || [];
     components.forEach(compo => {
       if (compo === '->') {
         haveRightWrapper = true;