UNPKG

vue-facing-decorator

Version:

Vue typescript class and decorator based component.

8 lines (6 loc) 267 B
import { obtainSlot, optionNullableMemberDecorator } from '../utils' export const decorator = optionNullableMemberDecorator(function (proto: any, name: string) { const slot = obtainSlot(proto) const map = slot.obtainMap('vanilla') map.set(name, true) })