@staszek998/v-html
Version:
Simple Vue component capable of rendering the passed-in HTML string without wrapping it within a redundant HTML tag.
11 lines (10 loc) • 400 B
TypeScript
/*******************************************************************************
* @copyright 2021 IDEALIGN Stanisław Gregor
******************************************************************************/
import { PluginObject } from 'vue';
/**
* Vue plugin that registers the `<VHTML>` component.
*
* @author Stanisław Gregor, Vue.js
*/
export declare const Plugin: PluginObject<undefined>;