UNPKG

naive-ui

Version:

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

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