UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue) [![Discord Chat](https://img.shields.io/discord/55794023

22 lines (16 loc) 421 B
this.primevue = this.primevue || {}; this.primevue.tabpanel = (function (vue) { 'use strict'; var script = { name: 'TabPanel', props: { header: null, disabled: Boolean } }; function render(_ctx, _cache, $props, $setup, $data, $options) { return vue.renderSlot(_ctx.$slots, "default") } script.render = render; return script; }(Vue));