UNPKG

vue-facing-decorator

Version:

Vue typescript class and decorator based component.

7 lines 293 B
import { obtainSlot, optionNullableMemberDecorator } from '../utils'; export const decorator = optionNullableMemberDecorator(function (proto, name) { const slot = obtainSlot(proto); const map = slot.obtainMap('vanilla'); map.set(name, true); }); //# sourceMappingURL=vanilla.js.map