UNPKG

@staszek998/v-html

Version:

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

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