Introduction
A library that lets you render jsx or tsx components in a template, making your ui rendering more flexible.
vue2 and vue3 are supported.
Installation
npm i vue-xrender
yarn add vue-xrender
pnpm add vue-xrender
Use in browser (CDN)
<!-- Unpkg -->
<script src="https://unpkg.com/vue-xrender@0.1.7" />
<!-- JsDelivr -->
<script src="https://cdn.jsdelivr.net/npm/vue-xrender@0.1.7" />
