UNPKG

@staszek998/v-html

Version:

Simple Vue component capable of rendering the passed-in HTML string without wrapping it within a redundant HTML tag.

7 lines (5 loc) 288 B
/******************************************************************************* * @copyright 2021 IDEALIGN Stanisław Gregor ******************************************************************************/ export { Plugin } from './plugin' export { VHTML as Component } from './VHTML'