UNPKG

element-plus

Version:

A Component Library for Vue3.0

14 lines (10 loc) 271 B
import { config } from '@vue/test-utils' const stylePlugin = (wrapper: any) => { return { style: wrapper.element.style, } } export default function install() { config.plugins.DOMWrapper.install(stylePlugin) config.plugins.VueWrapper.install(stylePlugin) }