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

20 lines (14 loc) 316 B
'use strict'; var vue = require('vue'); 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; module.exports = script;