default.phtml 332 B

123456789101112
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. /**
  7. * @var \Magento\Ui\Component\Layout\Tabs $block
  8. */
  9. ?>
  10. <div data-bind="scope: '<?= /* @escapeNotVerified */ $block->getDataScope() ?>.sections' " class="ui-tabs">
  11. <!-- ko template: getTemplate() --><!-- /ko -->
  12. </div>