UNPKG

vue-pnpjs

Version:

Provides integration between Vue.js and PnP.js

12 lines 337 B
(() => { function plugin(Vue, pnp) { Vue.prototype.$pnp = Vue.$pnp = pnp; } if (typeof exports === 'object') { module.exports = plugin; } else if (typeof define === 'function' && define.amd) { define([], function () { return plugin; }); } })(); //# sourceMappingURL=index.js.map