UNPKG

vuepress-playground

Version:
9 lines (8 loc) 223 B
import create from './create' const _once = {} export default function injectCss (str) { if (_once[str]) return const style = create('style', { innerHTML: str }) document.body.appendChild(style) _once[str] = true }