UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

7 lines 154 B
import { defineComponent, h } from 'vue'; export default defineComponent({ name: 'Tbody', render() { return h("tbody", null, this.$slots); } });