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: 'Td', render() { return h("td", null, this.$slots); } });