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

18 lines (13 loc) 307 B
import { renderSlot } from 'vue'; var script = { name: 'AccordionTab', props: { header: null, disabled: Boolean } }; function render(_ctx, _cache, $props, $setup, $data, $options) { return renderSlot(_ctx.$slots, "default") } script.render = render; export default script;